UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (7 loc) 289 B
import { elPaginationKey } from "./constants.mjs"; import { inject } from "vue"; //#region ../../packages/components/pagination/src/usePagination.ts const usePagination = () => inject(elPaginationKey, {}); //#endregion export { usePagination }; //# sourceMappingURL=usePagination.mjs.map