UNPKG

brightyui

Version:

Brighty UI library

19 lines 666 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Text = void 0; var tslib_1 = require("tslib"); var Typography_1 = tslib_1.__importDefault(require("../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_1.default, tags: ['autodocs'], }; exports.default = meta; // More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args exports.Text = { args: { children: 'Text', }, }; //# sourceMappingURL=Typography.stories.js.map