botframework-webchat-component
Version:
React component of botframework-webchat
11 lines • 325 B
TypeScript
import React, { ReactNode } from 'react';
type BubbleProps = {
'aria-hidden'?: boolean;
children?: ReactNode;
className?: string;
fromUser?: boolean;
nub?: boolean | 'hidden';
};
declare const _default: React.NamedExoticComponent<BubbleProps>;
export default _default;
//# sourceMappingURL=Bubble.d.ts.map