UNPKG

@wordpress/interactivity

Version:

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

7 lines 209 B
/** * Internal dependencies */ export { proxifyState, peek, deepMerge } from './state'; export { proxifyStore } from './store'; export { proxifyContext } from './context'; //# sourceMappingURL=index.d.ts.map