UNPKG

brightyui

Version:

Brighty UI library

15 lines 494 B
import Typography from '../components/Typography/Typography'; // More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction var meta = { title: 'Example/Typography', component: Typography, tags: ['autodocs'], }; export default meta; // More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args export var Text = { args: { children: 'Text', }, }; //# sourceMappingURL=Typography.stories.js.map