mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
6256189100
* refactor(components): refactor pagination * fix: tests * fix: emits * refactor: improve props
9 lines
221 B
TypeScript
9 lines
221 B
TypeScript
import { withInstall } from '@element-plus/utils/with-install'
|
|
|
|
import Pagination from './src/pagination'
|
|
|
|
export const ElPagination = withInstall(Pagination)
|
|
export default ElPagination
|
|
|
|
export * from './src/pagination'
|