GT2/Ejectable/node_modules/@expo/vector-icons/build/createMultiStyleIconSet.d.ts

12 lines
277 B
TypeScript

declare type FontStyle = {
fontFamily: string;
fontFile: any;
glyphMap: any;
fontStyle: any;
};
declare type FontStyles = {
[key: string]: FontStyle;
};
export default function createMultiStyleIconSet(styles: FontStyles, optionsInput?: {}): any;
export {};