UNPKG

element-plus

Version:

A Component Library for Vue 3

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