@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
21 lines (17 loc) • 377 B
JavaScript
/**
* WordPress dependencies
*/
import '@wordpress/block-editor';
import '@wordpress/core-data';
import '@wordpress/rich-text';
/**
* Internal dependencies
*/
import './hooks';
export { storeConfig, store } from './store';
export * from './components';
export * from './utils';
/*
* Backward compatibility
*/
export { transformStyles } from '@wordpress/block-editor';