UNPKG

@wordpress/editor

Version:
27 lines 634 B
/** * @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