brightyui
Version:
Brighty UI library
22 lines • 822 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransactionCellStory = void 0;
var tslib_1 = require("tslib");
var TransactionCell_1 = tslib_1.__importDefault(require("../components/TransactionCell/TransactionCell"));
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction
var meta = {
title: 'Example/TransactionCell',
component: TransactionCell_1.default,
tags: ['autodocs'],
};
exports.default = meta;
// More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
exports.TransactionCellStory = {
args: {
title: 'From [Earning vault]',
subtitle: '09:41',
value: '+€0.00',
subvalue: '$0.00',
},
};
//# sourceMappingURL=TransactionCell.stories.js.map