UNPKG

create-react-component-folder

Version:
17 lines (16 loc) 485 B
import CompWithProps from './CompWithProps'; import CompWithSass from './CompWithSass'; import NativeCompWithProps from './NativeCompWithProps'; import NormalComp from './NormalComp'; import NormalNativeComp from './NormalNativeComp'; import TypescriptComp from './TypescriptComp'; import TypescriptNativeComp from './TypescriptNativeComp'; export { CompWithProps, CompWithSass, NativeCompWithProps, NormalComp, NormalNativeComp, TypescriptComp, TypescriptNativeComp, };