flemo 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -11,5 +11,6 @@ export { default as createRawDecorator } from './transition/decorator/createRawD
11
11
  export { default as Screen, type ScreenProps } from './screen/Screen';
12
12
  export { default as LayoutScreen } from './screen/LayoutScreen';
13
13
  export { default as LayoutConfig } from './screen/LayoutConfig';
14
+ export { default as useViewportScrollHeight } from './screen/useViewportScrollHeight';
14
15
  export type { TransitionName, RegisterTransition } from './transition/typing';
15
16
  export type { DecoratorName, RegisterDecorator } from './transition/decorator/typing';