UNPKG

tntd

Version:

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

4 lines 250 B
export declare type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>; export declare const tuple: <T extends string[]>(...args: T) => T; export declare const tupleNum: <T extends number[]>(...args: T) => T; //# sourceMappingURL=type.d.ts.map