UNPKG

505 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 键盘
4const onKeyboardHeightChange = temporarilyNotSupport('onKeyboardHeightChange');
5const offKeyboardHeightChange = temporarilyNotSupport('offKeyboardHeightChange');
6const hideKeyboard = temporarilyNotSupport('hideKeyboard');
7const getSelectedTextRange = temporarilyNotSupport('getSelectedTextRange');
8
9export { getSelectedTextRange, hideKeyboard, offKeyboardHeightChange, onKeyboardHeightChange };
10//# sourceMappingURL=keyboard.js.map