UNPKG

create-expo-cljs-app

Version:

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

7 lines (4 loc) 137 B
/* @flow */ import createTheming from './createTheming'; export { createTheming }; export type { ThemingType } from './createTheming';