react-legos
Version:
A React component to render LEGO bricks
14 lines (13 loc) • 316 B
JavaScript
export {
configure,
storiesOf,
} from '@storybook/react'
export {
number,
select,
text,
withKnobs
} from '@storybook/addon-knobs'
export { withOptions } from '@storybook/addon-options'
export { withNotes } from '@storybook/addon-notes'
export { default as withCentered } from '@storybook/addon-centered/react'