breakfast-ui
Version:
Your tasty component library
8 lines (7 loc) • 775 B
TypeScript
import RoundedAvatarProps from "./RoundedAvatars.types";
declare const _default: import("@storybook/csf").ComponentAnnotations<import("@storybook/react").ReactFramework, import("@storybook/react").Args>;
export default _default;
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, RoundedAvatarProps>;
export declare const Small: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, RoundedAvatarProps>;
export declare const Medium: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, RoundedAvatarProps>;
export declare const Large: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactFramework, RoundedAvatarProps>;