UNPKG

@transkripid/flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork

7 lines (6 loc) 475 B
import type { StoryFn } from '@storybook/react'; import type { AvatarProps } from './Avatar'; declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>; export default _default; export declare const DefaultAvatar: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, AvatarProps>; export declare const CustomImage: StoryFn<AvatarProps>;