@wordpress/interactivity
Version:
Package that provides a standard and simple way to handle the frontend interactivity of Gutenberg blocks.
13 lines (12 loc) • 304 B
JavaScript
// packages/interactivity/src/proxies/index.ts
import { proxifyState, peek, deepMerge } from "./state";
import { proxifyStore } from "./store";
import { proxifyContext } from "./context";
export {
deepMerge,
peek,
proxifyContext,
proxifyState,
proxifyStore
};
//# sourceMappingURL=index.js.map