@matthew.ngo/react-form-kit
Version:
Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.
9 lines (8 loc) • 659 B
TypeScript
import { Meta } from '@storybook/react';
import { PopoverProps } from './types';
declare const meta: Meta;
export default meta;
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverProps>;
export declare const WithOverlay: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverProps>;
export declare const HoverTrigger: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverProps>;
export declare const CustomStyling: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverProps>;