UNPKG

@tarojs/taro-h5

Version:
11 lines (8 loc) 505 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 键盘 const onKeyboardHeightChange = temporarilyNotSupport('onKeyboardHeightChange'); const offKeyboardHeightChange = temporarilyNotSupport('offKeyboardHeightChange'); const hideKeyboard = temporarilyNotSupport('hideKeyboard'); const getSelectedTextRange = temporarilyNotSupport('getSelectedTextRange'); export { getSelectedTextRange, hideKeyboard, offKeyboardHeightChange, onKeyboardHeightChange }; //# sourceMappingURL=keyboard.js.map