UNPKG

lincd-design-elems

Version:

22 lines 640 B
// import React from 'react'; // import {linkedSetComponent} from '../package.js'; // import {Shape} from 'lincd/shapes/Shape'; //To be remade with lincd 1.0 // export const InlineList = linkedSetComponent( // Shape, // ({sources, children, ChildComponent}) => { // return ( // <> // {ChildComponent // ? sources.map((source) => { // return ( // <ChildComponent of={source} key={source.node.toString()} /> // ); // }) // : children} // </> // ); // }, // ); // registerPackageModule(module); //# sourceMappingURL=InlineList.js.map