UNPKG

183 BTypeScriptView Raw
1/**
2 * returns "true" if currently is a "client" phase and all features should be active
3 * @see {@link HydrationController}
4 */
5export declare const useIsClientPhase: () => boolean;