@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
21 lines • 517 B
TypeScript
/**
* @type {WPBlockBindingsSource}
*/
declare const _default: {
name: string;
getValues({ select, clientId, context, bindings }: {
bindings: any;
clientId: any;
context: any;
select: any;
}): {};
setValues({ select, dispatch, clientId, bindings }: {
bindings: any;
clientId: any;
dispatch: any;
select: any;
}): void;
canUserEditValue: () => boolean;
};
export default _default;
//# sourceMappingURL=pattern-overrides.d.ts.map