@botonic/react
Version:
Build Chatbots using React
34 lines (33 loc) • 2.12 kB
TypeScript
interface MessageContainerProps {
isSentByUser: boolean;
}
export declare const MessageContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, MessageContainerProps, never>;
export declare const BotMessageImageContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
interface BolbContainerProps {
bgcolor: string;
blob: boolean;
blobwidth?: string;
}
export declare const BlobContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, BolbContainerProps, never>;
interface BlobTextProps {
blob: boolean;
markdownstyle: any;
}
export declare const BlobText: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, BlobTextProps, never>;
export declare const BlobTickContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
interface BlobTickProps {
pointerSize: number;
}
export declare const BlobTick: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, BlobTickProps, never>;
interface TimestampContainerProps {
isSentByUser: boolean;
}
export declare const TimestampContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TimestampContainerProps, never>;
interface TimestampTextProps {
isSentByUser: boolean;
}
export declare const TimestampText: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TimestampTextProps, never>;
export declare const MessageFooterContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, TimestampContainerProps, never>;
export declare const FeedbackMessageContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
export declare const FeedbackButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>;
export {};