UNPKG

element-plus

Version:

A Component Library for Vue 3

5 lines (3 loc) 148 B
import { inject } from 'vue' import { elPaginationKey } from '@element-plus/tokens' export const usePagination = () => inject(elPaginationKey, {})