UNPKG

tntd

Version:

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

4 lines 260 B
import type { InternalNamePath } from './interface'; export declare function toArray<T>(candidate?: T | T[] | false): T[]; export declare function getFieldId(namePath: InternalNamePath, formName?: string): string | undefined; //# sourceMappingURL=util.d.ts.map