UNPKG

457 BTypeScriptView Raw
1import { ThemeType } from './index';
2export declare const svgBaseProps: {
3 width: string;
4 height: string;
5 fill: string;
6 'aria-hidden': boolean;
7 focusable: string;
8};
9export declare function getThemeFromTypeName(type: string): ThemeType | null;
10export declare function removeTypeTheme(type: string): string;
11export declare function withThemeSuffix(type: string, theme: ThemeType): any;
12export declare function alias(type: string): string;