UNPKG

@lifeart/gxt

Version:

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

10 lines (9 loc) 422 B
export declare function setResolveRender(value: () => void): void; export declare function takeRenderingControl(): () => void; export declare function scheduleRevalidate(): void; /** * Public API — dispatches to sync or async path. * When ASYNC_COMPILE_TRANSFORMS is false, the async branch and syncDomAsync * are dead code and tree-shaken by the bundler. */ export declare function syncDom(): Promise<void> | void;