/**
 * 风格
 */
export type PaginationType = 'default' | 'circle';

/**
 * 总条目数
 */
export type PaginationTotal = number | '*';
