UNPKG

botframework-webchat-component

Version:
13 lines 392 B
import { type ReactNode } from 'react'; type DialogInit = { 'aria-label'?: string; 'aria-labelledby'?: string; className?: string; }; type RenderFunction = () => ReactNode; declare const Context: import("react").Context<Readonly<{ close(): void; showModal(render: RenderFunction, init?: DialogInit): void; }>>; export default Context; //# sourceMappingURL=Context.d.ts.map