botframework-webchat-component
Version:
React component of botframework-webchat
9 lines • 303 B
TypeScript
import React from 'react';
import type { PropsWithChildren } from 'react';
type FocusTrapProps = PropsWithChildren<{
onFocus: () => void;
onLeave: () => void;
}>;
declare const _default: React.NamedExoticComponent<FocusTrapProps>;
export default _default;
//# sourceMappingURL=FocusTrap.d.ts.map