brightyui
Version:
Brighty UI library
21 lines • 725 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoCellStory = void 0;
var tslib_1 = require("tslib");
var InfoCell_1 = tslib_1.__importDefault(require("../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_1.default,
tags: ['autodocs'],
};
exports.default = meta;
// More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
exports.InfoCellStory = {
args: {
title: 'Title',
type: 'default',
subvalue: 'Subvalue',
},
};
//# sourceMappingURL=InfoCell.stories.js.map