We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e70840 commit a4fb485Copy full SHA for a4fb485
src/index.ts
@@ -8,7 +8,6 @@ import useKeyboard from './useKeyboard'
8
import useInteractionManager from './useInteractionManager'
9
import useDeviceOrientation from './useDeviceOrientation'
10
import useLayout from './useLayout'
11
-import useImageDimensions from './useImageDimensions'
12
13
export {
14
useDimensions,
@@ -21,5 +20,4 @@ export {
21
20
useInteractionManager,
22
useDeviceOrientation,
23
useLayout,
24
- useImageDimensions,
25
}
0 commit comments