UNPKG

botframework-webchat-component

Version:
7 lines 396 B
import { WaitUntilable } from './internal/createWaitUntilable'; export type SendBoxFocusOptions = WaitUntilable<{ noKeyboard: boolean; }>; declare const useRegisterFocusSendBox: (listener: (value: SendBoxFocusOptions) => void) => void, useFocusSendBox: () => (value: SendBoxFocusOptions) => void; export { useRegisterFocusSendBox, useFocusSendBox }; //# sourceMappingURL=sendBoxFocus.d.ts.map