tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
13 lines • 500 B
TypeScript
import type { ThemeType } from './index';
export declare const svgBaseProps: {
width: string;
height: string;
fill: string;
'aria-hidden': boolean;
focusable: string;
};
export declare function getThemeFromTypeName(type: string): ThemeType | null;
export declare function removeTypeTheme(type: string): string;
export declare function withThemeSuffix(type: string, theme: ThemeType): string;
export declare function alias(type: string): string;
//# sourceMappingURL=utils.d.ts.map