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