UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

29 lines 745 B
import type { StoryFn } from '@storybook/react'; import type { AvatarProps } from '../index'; declare const _default: { title: string; component: import("@project44-manifest/react-types").ForwardRefComponent<"div", AvatarProps>; decorators: ((Story: StoryFn) => JSX.Element)[]; argTypes: { size: { control: string; options: string[]; }; }; }; export default _default; export declare const Size: { (args: AvatarProps): JSX.Element; args: { size: string; src: string; }; }; export declare const Fallback: { (args: AvatarProps): JSX.Element; args: { fallback: string; size: string; }; }; //# sourceMappingURL=avatar.stories.d.ts.map