@mediamonks/react-kit 2.1.1 → 2.1.2
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.
|
@@ -2,4 +2,4 @@ import { type Unreffable } from '../../../index.js';
|
|
|
2
2
|
/**
|
|
3
3
|
* Hook to get animation from global animations map using given reference
|
|
4
4
|
*/
|
|
5
|
-
export declare function useExposedAnimations(target: Unreffable<ReadonlyArray<unknown
|
|
5
|
+
export declare function useExposedAnimations(target: Unreffable<ReadonlyArray<unknown> | null>): ReadonlyArray<gsap.core.Animation>;
|