UNPKG

botframework-webchat-component

Version:
9 lines 303 B
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