botframework-webchat-component
Version:
React component of botframework-webchat
7 lines • 396 B
TypeScript
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