UNPKG

react-imported-component

Version:
6 lines (5 loc) 183 B
/** * returns "true" if currently is a "client" phase and all features should be active * @see {@link HydrationController} */ export declare const useIsClientPhase: () => boolean;