@cbinsights/fds
Version:
Form: A design system by CB Insights
16 lines (15 loc) • 451 B
TypeScript
import { StoryObj } from '@storybook/react';
import { FloatingActionProps } from '.';
export declare const Primary: StoryObj<FloatingActionProps>;
declare const _default: {
component: ({ theme, Icon, label, isActive, isLoading, ...rest }: FloatingActionProps) => JSX.Element;
title: string;
parameters: {
docs: {
fds: {
attributes: string[];
};
};
};
};
export default _default;