UNPKG

@wordpress/editor

Version:
12 lines 321 B
/** * Function to register core block bindings sources provided by the editor. * * @example * ```js * import { registerCoreBlockBindingsSources } from '@wordpress/editor'; * * registerCoreBlockBindingsSources(); * ``` */ export function registerCoreBlockBindingsSources(): void; //# sourceMappingURL=api.d.ts.map