@cbinsights/fds
Version:
Form: A design system by CB Insights
16 lines (15 loc) • 408 B
TypeScript
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;