@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
11 lines • 311 B
TypeScript
/**
* Internal dependencies
*/
import './hooks';
export { storeConfig, store } from './store';
export * from './components';
export * from './utils';
export * from './private-apis';
export * from './dataviews/api';
export { transformStyles } from '@wordpress/block-editor';
//# sourceMappingURL=index.d.ts.map