fk-react-ui-components
Version:
Step 1 : Create a file in [ Seeds / Plants / Trees ] <br> Step 2 : It should export an Object with component name and story Component [Refer other components] <br> Step 3 : Story Component should return a react component <br> Step 3 : Created file should
10 lines (9 loc) • 305 B
JavaScript
/**
* Created by abhishek.panda on 16/09/17.
*/
import ImageCarousel from './ImageCarousel';
import NavButton from './NavButton';
import CarouselContent from './CarouselContent';
import Image from './Image';
export { ImageCarousel, NavButton, CarouselContent, Image };
//# sourceMappingURL=index.js.map