UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

5 lines 307 B
import { Reflex, Reflexable, ReflexAction } from '../primitives/reactive/reflex'; import type { Nullable } from '../utils/types'; declare const useReflex: <T = any>(action: ReflexAction<T>, reflexable?: Nullable<Reflexable<T>>) => Reflex<T>; export default useReflex; //# sourceMappingURL=useReflex.d.ts.map