UNPKG

249 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 菜单
4const getMenuButtonBoundingClientRect = temporarilyNotSupport('getMenuButtonBoundingClientRect');
5
6export { getMenuButtonBoundingClientRect };
7//# sourceMappingURL=menu.js.map