Skip to content

Commit

Permalink
feat: expose isInteractionPanel for react-three/uikit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Aug 9, 2024
1 parent 6ef05e7 commit 923f6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { FontFamilyProvider, useMeasureText } from './font.js'
export { useRootSize } from './responsive.js'
export {
isInteractionPanel,
basedOnPreferredColorScheme,
setPreferredColorScheme,
getPreferredColorScheme,
Expand All @@ -10,11 +11,11 @@ export {
type MaterialClass,
type ScrollListeners,
type LayoutListeners,
type ViewportListeners,
type ClippedListeners,
type Listeners,
type AllOptionalProperties,
type ColorRepresentation,
} from '@pmndrs/uikit'
} from '@pmndrs/uikit/internals'
export { type DefaultPropertiesProperties, DefaultProperties } from './default.js'
export type { ComponentInternals } from './ref.js'
export * from './container.js'
Expand Down
2 changes: 1 addition & 1 deletion packages/uikit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export {
type PreferredColorScheme,
} from './dark.js'
export type { MaterialClass } from './panel/panel-material.js'
export type { Listeners, LayoutListeners, ScrollListeners, ClippedListeners as ViewportListeners } from './listeners.js'
export type { Listeners, LayoutListeners, ScrollListeners, ClippedListeners } from './listeners.js'
export type { AllOptionalProperties } from './properties/default.js'
export type {
ImageProperties,
Expand Down

0 comments on commit 923f6fe

Please sign in to comment.