brightyui
Version:
Brighty UI library
18 lines • 634 B
JavaScript
import TransactionCell from '../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,
tags: ['autodocs'],
};
export default meta;
// More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
export var TransactionCellStory = {
args: {
title: 'From [Earning vault]',
subtitle: '09:41',
value: '+€0.00',
subvalue: '$0.00',
},
};
//# sourceMappingURL=TransactionCell.stories.js.map