UNPKG

botframework-webchat-component

Version:
11 lines 325 B
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