UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

7 lines 232 B
import { IThemeIcon } from "../styling/theming/_types/IBaseTheme"; import { LFC } from "../_types/LFC"; export declare const ThemeIcon: LFC<{ icon: IThemeIcon; size?: number; }>; //# sourceMappingURL=ThemeIcon.d.ts.map