UNPKG

yuang-framework-ui-pc

Version:

yuang-framework-ui-pc Library

10 lines (8 loc) 138 B
/** * 风格 */ export type PaginationType = 'default' | 'circle'; /** * 总条目数 */ export type PaginationTotal = number | '*';