UNPKG

@tarojs/taro-h5

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