UNPKG

ds-smart-ui

Version:

Smart UI is a React component library that helps you build accessible and responsive web applications.

8 lines (6 loc) 227 B
import { Meta, StoryObj } from '@storybook/react'; import { default as Card } from './Card'; declare const meta: Meta<typeof Card>; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story;