tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
9 lines • 334 B
TypeScript
import React from 'react';
import type { TableProps as AntdTableProps } from 'antd/lib/table';
export declare const TotalShower: ({ total, locale, }: {
total: number;
locale: import("antd/lib/table").TableLocale & {
total?: string | undefined;
};
}) => React.JSX.Element;
//# sourceMappingURL=total-shower.d.ts.map