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