UNPKG

brightyui

Version:

Brighty UI library

17 lines 544 B
import InfoCell from '../components/InfoCell/InfoCell'; // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction var meta = { title: 'Example/InfoCell', component: InfoCell, tags: ['autodocs'], }; export default meta; // More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args export var InfoCellStory = { args: { title: 'Title', type: 'default', subvalue: 'Subvalue', }, }; //# sourceMappingURL=InfoCell.stories.js.map