UNPKG

ds-smart-ui

Version:

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

9 lines (7 loc) 289 B
import { Meta, StoryObj } from '@storybook/react'; import { default as SvgIcon } from './SvgIcon'; declare const meta: Meta<typeof SvgIcon>; export default meta; type Story = StoryObj<typeof SvgIcon>; export declare const MaterialIcon: Story; export declare const WithCustomClass: Story;