UNPKG

@cbinsights/fds

Version:
23 lines (22 loc) 648 B
import { StoryObj } from '@storybook/react'; import { BadgeProps } from '.'; export declare const Primary: StoryObj<BadgeProps>; export declare const Variations: StoryObj<BadgeProps>; export declare const WithTableRows: StoryObj<BadgeProps>; declare const _default: { component: ({ label, showDot, type }: BadgeProps) => JSX.Element; title: string; parameters: { componentSubtitle: string; docs: { fds: { related: string[]; }; subtitle: string; description: { component: string; }; }; }; }; export default _default;