UNPKG

@wordpress/interactivity

Version:

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

7 lines (6 loc) 174 B
/** * Internal dependencies */ export { proxifyState, peek, deepMerge } from './state'; export { proxifyStore } from './store'; export { proxifyContext } from './context';