@spaced-out/ui-design-system
Version:
Sense UI components library
101 lines • 2.36 kB
TypeScript
import * as React from 'react';
import type { ChatAnchorProps } from './ChatBubble';
declare const _default: {
tags: string[];
title: string;
component: {
({ isAI, tooltip, classNames, avatarProps, }: ChatAnchorProps): React.JSX.Element;
displayName: string;
};
argTypes: {
isAI: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
};
};
tooltip: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
classNames: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
avatarProps: {
description: string;
control: {
type: string;
};
table: {
type: {
summary: string;
};
};
};
};
parameters: {
docs: {
subtitle: string;
description: {
component: string;
};
};
storySource: {
componentPath: string;
};
};
};
export default _default;
export declare const _Default: {
(args: ChatAnchorProps): React.JSX.Element;
storyName: string;
};
export declare const _WithAvatar: {
(args: ChatAnchorProps): React.JSX.Element;
storyName: string;
args: {
isAI: boolean;
avatarProps: {
imageSrc: string;
text: string;
};
};
};
export declare const _WithAvatarAndTooltip: {
(args: ChatAnchorProps): React.JSX.Element;
storyName: string;
args: {
isAI: boolean;
avatarProps: {
imageSrc: string;
text: string;
};
tooltip: {
body: string;
};
};
};
//# sourceMappingURL=ChatAnchor.stories.d.ts.map