UNPKG

@wordpress/interactivity

Version:

Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.

8 lines 357 B
/** * External dependencies */ import { type ContainerNode, type ComponentChild } from 'preact'; export declare const getRegionRootFragment: (regions: Element | Element[]) => ContainerNode; export declare const initialVdom: WeakMap<Element, ComponentChild>; export declare const hydrateRegions: () => Promise<void>; //# sourceMappingURL=hydration.d.ts.map