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