UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

12 lines (11 loc) 277 B
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 {};