UNPKG

create-expo-cljs-app

Version:

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

9 lines 242 B
import FABComponent from './FAB'; import FABGroup from './FABGroup'; const FAB = Object.assign( // @component ./FAB.tsx FABComponent, { // @component ./FABGroup.tsx Group: FABGroup }); export default FAB; //# sourceMappingURL=index.js.map