UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (6 loc) 263 B
import { inject } from 'vue'; import '../../../tokens/index2.mjs'; import { elPaginationKey } from '../../../tokens/pagination2.mjs'; const usePagination = () => inject(elPaginationKey, {}); export { usePagination }; //# sourceMappingURL=usePagination2.mjs.map