UNPKG

tntd

Version:

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

40 lines 1.11 kB
export const GAP: 4; export namespace BAR_MAP { namespace vertical { const offset: string; const scroll: string; const scrollSize: string; const size: string; const key: string; const axis: string; const client: string; const direction: string; } namespace horizontal { const offset_1: string; export { offset_1 as offset }; const scroll_1: string; export { scroll_1 as scroll }; const scrollSize_1: string; export { scrollSize_1 as scrollSize }; const size_1: string; export { size_1 as size }; const key_1: string; export { key_1 as key }; const axis_1: string; export { axis_1 as axis }; const client_1: string; export { client_1 as client }; const direction_1: string; export { direction_1 as direction }; } } export function renderThumbStyle({ move, size, bar }: { move: any; size: any; bar: any; }): { [x: number]: any; transform: string; }; //# sourceMappingURL=util.d.ts.map