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