tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
4 lines • 312 B
TypeScript
export declare type keyType = string | number | null;
export declare const useExpandFixed: () => readonly [keyType, (key: string) => void];
export declare const findRowKey: (record: any, rowKey: string | ((record: any, index: number) => string)) => string | number;
//# sourceMappingURL=use-expand-fixed.d.ts.map