UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

109 lines 3.3 kB
declare namespace _default { export { Table as component }; export const title: string; export namespace parameters { namespace backgrounds { const _default: string; export { _default as default }; export const values: { name: string; value: string; }[]; } } } export default _default; export function Empty(args: any): React.JSX.Element; export namespace Empty { namespace args { const columns: { title: string; dataIndex: string; key: string; }[]; } } export function Loading(args: any): React.JSX.Element; export namespace Loading { export namespace args_1 { const columns_1: { title: string; dataIndex: string; key: string; }[]; export { columns_1 as columns }; export const loading: boolean; } export { args_1 as args }; } export function Default(args: any): React.JSX.Element; export namespace Default { export namespace args_2 { const columns_2: ({ title: string; dataIndex: string; key: string; render?: undefined; } | { title: string; dataIndex: string; key: string; render: (cellData: any) => React.JSX.Element; })[]; export { columns_2 as columns }; export const dataSource: { key: string; name: string; age: number; address: string; }[]; export namespace pagination { const total: number; const position: string; const showSizeChanger: boolean; const showQuickJumper: boolean; function showTotal(total: any, range: any): string; } const loading_1: boolean; export { loading_1 as loading }; } export { args_2 as args }; } export function ColumnFilter(args: any): React.JSX.Element; export namespace ColumnFilter { export namespace args_3 { const dataSource_1: { key: string; firstName: string; lastName: string; age: number; address: string; tags: string[]; }[]; export { dataSource_1 as dataSource }; export namespace pagination_1 { const total_1: number; export { total_1 as total }; const position_1: string; export { position_1 as position }; const showSizeChanger_1: boolean; export { showSizeChanger_1 as showSizeChanger }; const showQuickJumper_1: boolean; export { showQuickJumper_1 as showQuickJumper }; export function showTotal_1(total: any, range: any): string; export { showTotal_1 as showTotal }; } export { pagination_1 as pagination }; const loading_2: boolean; export { loading_2 as loading }; } export { args_3 as args }; } export function All(): React.JSX.Element; export namespace All { const args_4: {}; export { args_4 as args }; } import { Table } from "./table-hoc"; import React from "react"; //# sourceMappingURL=table.stories.d.ts.map