Skip to content

Commit

Permalink
Merge pull request #27 from VKCOM/fix/all-named-exports-vkui
Browse files Browse the repository at this point in the history
Expors for VKUI
  • Loading branch information
ewgenius authored Feb 17, 2021
2 parents 369dec3 + 7dc0982 commit 4d26463
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,36 @@ export {
localStorage,
sessionStorage,
} from './storage';

export {
hasMouse,
hasHover,
hasTouchEvents,
hasTouch,
} from './InputUtils';

export {
canUseDOM,
canUseEventListeners,
onDOMLoaded,
} from './dom';

export {
IPHONE_SAFARI_BOTTOM_BAR,
IPHONE_X_SAFARI_BOTTOM_BAR,
IPHONE_KEYBOARD_REJECT_OFFSET,
IOS_NO_KEYBOARD_ALLOWED_OFFSET,
detectIOS,
isIPad,
isIPhone,
isIOS,
isIPadOS,
iosMajor,
iosMinor,
isWKWebView,
isScrollBasedViewport,
isIPhoneX,
isIOSChrome,
isLandscapePhone,
checkIPadOS,
} from './IOSDetections';

0 comments on commit 4d26463

Please sign in to comment.