@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
8 lines (7 loc) • 882 B
JavaScript
// Block Creation Components
/**
* WordPress dependencies
*/
import { BlockControls, BlockEdit, BlockFormatControls, DefaultBlockAppender, createCustomColorsHOC, getColorClassName, getColorObjectByAttributeValues, getColorObjectByColorValue, InspectorControls, PlainText, RichText, RichTextShortcut, RichTextToolbarButton, RichTextInserterItem, __unstableRichTextInputEvent, MediaPlaceholder, URLInput, withColors, withFontSizes } from '@wordpress/block-editor';
export { BlockControls, BlockEdit, BlockFormatControls, DefaultBlockAppender, createCustomColorsHOC, getColorClassName, getColorObjectByAttributeValues, getColorObjectByColorValue, InspectorControls, PlainText, RichText, RichTextShortcut, RichTextToolbarButton, RichTextInserterItem, __unstableRichTextInputEvent, MediaPlaceholder, URLInput, withColors, withFontSizes };
//# sourceMappingURL=deprecated.native.js.map