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