UNPKG

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

9 lines (8 loc) 230 B
/** * Created by abhishek.panda on 13/09/17. */ import Tree from './Tree'; import TreePanel from './TreePanel'; import TreeElement from './TreeElement'; export { Tree, TreePanel, TreeElement }; //# sourceMappingURL=index.js.map