You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
467 B
JavaScript
10 lines
467 B
JavaScript
import { withInstall } from "../../utils/vue/install.mjs";
|
|
import { elPaginationKey } from "./src/constants.mjs";
|
|
import pagination_default, { paginationEmits, paginationProps } from "./src/pagination.mjs";
|
|
|
|
//#region ../../packages/components/pagination/index.ts
|
|
const ElPagination = withInstall(pagination_default);
|
|
|
|
//#endregion
|
|
export { ElPagination, ElPagination as default, elPaginationKey, paginationEmits, paginationProps };
|
|
//# sourceMappingURL=index.mjs.map
|