UNPKG

design-system-simplefi

Version:

Design System for SimpleFi Applications

7 lines (6 loc) 304 B
import { Meta, Story } from '@storybook/react/types-6-0'; import { CardProps } from './Card.types'; declare const _default: Meta<import("@storybook/react/types-6-0").Args>; export default _default; export declare const DefaultCard: Story<CardProps>; export declare const RowCard: Story<CardProps>;