UNPKG

@squirrel-cloud/ui-vue

Version:

松鼠的坚果屋前端VUE框架

19 lines (18 loc) 300 B
import { ComponentSize } from '../../typings'; /** * 分页器按钮属性 */ export interface PaginationBtnProps { /** * 是否禁用 */ disabled?: boolean; /** * 组件大小 */ size?: ComponentSize; /** * 最大页数 */ maxPage?: number; }