igroot
Version:
An React-based implementation
11 lines (10 loc) • 385 B
TypeScript
import { ThemeType } from "./index";
export declare const svgBaseProps: {
width: string;
height: string;
fill: string;
["aria-hidden"]: 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;