UNPKG

@wordpress/editor

Version:
47 lines 1.2 kB
/** * @type {WPBlockBindingsSource} */ declare const _default: { name: string; getValues({ select, context, bindings, clientId }: { bindings: any; clientId: any; context: any; select: any; }): {}; setValues({ dispatch, context, bindings, clientId, select }: { bindings: any; clientId: any; context: any; dispatch: any; select: any; }): false | undefined; canUserEditValue({ select, context }: { context: any; select: any; }): boolean; getFieldsList({ context, select }: { context: any; select: any; }): ({ label: import("@wordpress/i18n").TransformedText<"Post Date">; args: { field: string; }; type: string; } | { label: import("@wordpress/i18n").TransformedText<"Post Modified Date">; args: { field: string; }; type: string; } | { label: import("@wordpress/i18n").TransformedText<"Post Link">; args: { field: string; }; type: string; })[]; }; export default _default; //# sourceMappingURL=post-data.d.ts.map