@cbinsights/fds
Version:
Form: A design system by CB Insights
22 lines (21 loc) • 735 B
TypeScript
import { StoryObj } from '@storybook/react';
import { ChipProps } from '.';
export declare const Primary: StoryObj<ChipProps>;
export declare const Themes: () => JSX.Element;
export declare const IsActive: () => JSX.Element;
export declare const Sizes: () => JSX.Element;
export declare const Subtitle: StoryObj<ChipProps>;
export declare const Icon: StoryObj<ChipProps>;
export declare const Close: StoryObj<ChipProps>;
declare const _default: {
component: ({ size, theme, Link, Icon, isActive, label, subtitle, onClose, ...rest }: ChipProps) => JSX.Element;
title: string;
parameters: {
docs: {
fds: {
attributes: string[];
};
};
};
};
export default _default;