UNPKG

277 BTypeScriptView Raw
1declare type FontStyle = {
2 fontFamily: string;
3 fontFile: any;
4 glyphMap: any;
5 fontStyle: any;
6};
7declare type FontStyles = {
8 [key: string]: FontStyle;
9};
10export default function createMultiStyleIconSet(styles: FontStyles, optionsInput?: {}): any;
11export {};