Skip to content

Commit

Permalink
fix: export hasTouchSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Oct 24, 2022
1 parent 4fc8cd3 commit 7a27bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export * from './components/notice/bal-modal/bal-modal.type'
export * from './components/form/bal-select/utils/bal-option.util'
export { shallowReady, deepReady, wait, getAppRoot, componentOnReady, isDescendant } from './utils/helpers'
export { isPlatform, getPlatforms, Platforms, PlatformSrcSet } from './utils/platform'
export { isBrowser } from './utils/browser'
export { isBrowser, hasTouchSupport } from './utils/browser'
export { scrollToFirstInvalidField } from './utils/form'
export { BodyScrollBlocker } from './utils/toggle-scrolling-body'

Expand Down

0 comments on commit 7a27bc6

Please sign in to comment.