UNPKG

@lifeart/gxt

Version:

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

6 lines (5 loc) • 410 B
import { type ComponentReturnType } from '../component'; export declare function lastItemInStack(target: 'text' | 'node' | 'comment'): HTMLElement; export declare function itemFromRehydrationStack(): HTMLElement | undefined; export declare function isRehydrationScheduled(): boolean; export declare function withRehydration(componentCreationCallback: () => ComponentReturnType, targetNode: HTMLElement): void;