UNPKG

antd-mini

Version:

antd-mini 是支付宝小程序 UI 组件库,遵循 Ant Design 规范。

13 lines (12 loc) 337 B
export interface ITableProps { dataSource: []; columns: []; scrollHeight?: string; displayType?: 'FULL' | 'DEFAULT'; } export interface RenderRuleProps { key?: string; sorter?: (a: any, b: any) => number; sorterStatus?: 'normal' | 'forward' | 'reverse'; } export declare const TableDefaultProps: ITableProps;