@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
17 lines • 480 B
TypeScript
declare namespace _default {
let name: string;
function getValues({ registry, clientId, context, bindings }: {
registry: any;
clientId: any;
context: any;
bindings: any;
}): {};
function setValues({ registry, clientId, bindings }: {
registry: any;
clientId: any;
bindings: any;
}): void;
function canUserEditValue(): boolean;
}
export default _default;
//# sourceMappingURL=pattern-overrides.d.ts.map