gather-content-ui
Version:
GatherContent UI Library
29 lines • 744 B
TypeScript
import { Avatar as AvatarComponent } from "../../index";
declare const _default: {
title: string;
component: typeof AvatarComponent;
args: {
name: any;
email: any;
colour: any;
isHighlighted: boolean;
showImage: boolean;
smallSize: boolean;
bordered: boolean;
locked: boolean;
stacked: boolean;
animate: boolean;
onRemove: () => void;
};
argTypes: {
colour: {
name: string;
control: {
type: string;
};
};
};
};
export default _default;
export declare function Avatar(args: any): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Avatar.stories.d.ts.map