UNPKG

box-ui-elements-mlh

Version:
16 lines 360 B
import * as React from 'react'; import Logo from './Logo'; import notes from './Logo.stories.md'; export var regular = function regular() { return /*#__PURE__*/React.createElement(Logo, { title: "Box" }); }; export default { title: 'Components|Logo', component: Logo, parameters: { notes: notes } }; //# sourceMappingURL=Logo.stories.js.map