@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
12 lines • 321 B
TypeScript
/**
* 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