@wordpress/interactivity
Version:
Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.
6 lines • 435 B
TypeScript
export { store, getConfig, getServerState, type AsyncAction, type TypeYield, } from './store';
export { getContext, getServerContext, getElement } from './scopes';
export { withScope, useWatch, useInit, useEffect, useLayoutEffect, useCallback, useMemo, splitTask, withSyncEvent, } from './utils';
export { useState, useRef } from 'preact/hooks';
export declare const privateApis: (lock: any) => any;
//# sourceMappingURL=index.d.ts.map