UNPKG

@wordpress/editor

Version:
10 lines 458 B
export type WPHigherOrderComponent = import("@wordpress/compose").WPHigherOrderComponent; export type WPBlockSettings = import("@wordpress/blocks").WPBlockSettings; /** * Object whose keys are the names of block attributes, where each value * represents the meta key to which the block attribute is intended to save. */ export type WPMetaAttributeMapping = { [x: string]: string; }; //# sourceMappingURL=custom-sources-backwards-compatibility.d.ts.map