UNPKG

brightyui

Version:

Brighty UI library

7 lines (6 loc) 290 B
import type { Meta, StoryObj } from '@storybook/react'; import TransactionCell from '../components/TransactionCell/TransactionCell'; declare const meta: Meta<typeof TransactionCell>; export default meta; type Story = StoryObj<typeof meta>; export declare const TransactionCellStory: Story;