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) 236 B
import { Meta, StoryObj } from '@storybook/react'; import { default as Toolbar } from './Toolbar'; declare const meta: Meta<typeof Toolbar>; export default meta; type Story = StoryObj<typeof meta>; export declare const Default: Story;