UNPKG

@cbinsights/fds

Version:
27 lines (26 loc) 668 B
import { StoryObj } from '@storybook/react'; import { PromptProps } from '.'; export declare const Primary: StoryObj<PromptProps>; export declare const NoDescription: StoryObj<PromptProps>; declare const _default: { component: (props: PromptProps) => JSX.Element; title: string; argTypes: { onDismiss: { action: string; }; }; parameters: { componentSubtitle: string; docs: { fds: { related: string[]; }; page: () => JSX.Element; description: { component: string; }; }; }; }; export default _default;