@wordpress/interactivity
Version:
Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.
8 lines • 329 B
TypeScript
/**
* External dependencies
*/
import { type ContainerNode, type ComponentChild } from 'preact';
export declare const getRegionRootFragment: (region: Element) => ContainerNode;
export declare const initialVdom: WeakMap<Element, ComponentChild>;
export declare const init: () => Promise<void>;
//# sourceMappingURL=init.d.ts.map