UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

9 lines (8 loc) 214 B
import { ButtonProps } from 'element-plus'; export interface IEasyPaginationProps { size?: ButtonProps['size']; prevText?: string; nextText?: string; currentPage?: number; haveNext?: boolean; }