@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
16 lines (13 loc) • 311 B
JavaScript
/**
* Internal dependencies
*/
import './hooks';
export { storeConfig, store } from './store';
export * from './components';
export * from './utils';
export * from './private-apis';
export * from './dataviews/api';
/*
* Backward compatibility
*/
export { transformStyles } from '@wordpress/block-editor';