UNPKG

@lifeart/gxt

Version:

<img align="right" width="95" height="95" alt="Philosopher’s stone, logo of PostCSS" src="./public/logo.png">

9 lines (8 loc) • 338 B
/** * Rehydration State - Lightweight module for rehydration scheduling state * * This module is separated to avoid circular dependency chains. * It has NO imports to keep the dependency graph clean. */ export declare function isRehydrationScheduled(): boolean; export declare function setRehydrationScheduled(value: boolean): void;