UNPKG

@cbinsights/fds

Version:
16 lines (15 loc) 451 B
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;