UNPKG

@cbinsights/fds

Version:
9 lines (8 loc) 250 B
import { StoryObj } from '@storybook/react'; import { Props } from '.'; export declare const Primary: StoryObj<Props>; declare const _default: { component: ({ size, ...rest }: Props) => JSX.Element; title: string; }; export default _default;