UNPKG

@cbinsights/fds

Version:
16 lines (15 loc) 408 B
import { StoryObj } from '@storybook/react'; import { IndicatorProps } from '.'; export declare const Primary: StoryObj<IndicatorProps>; declare const _default: { component: ({ label, size, ...rest }: IndicatorProps) => JSX.Element; title: string; parameters: { docs: { fds: { attributes: string[]; }; }; }; }; export default _default;