UNPKG

@aliretail/react-materials-components

Version:
13 lines (12 loc) 287 B
/// <reference types="react" /> export declare const getTableColumnsList: (props: any) => ({ dataIndex: string; title: string; width: number; cell: (item: any) => JSX.Element; } | { dataIndex: string; title: string; width: number; cell?: undefined; })[];