UNPKG

@wordpress/editor

Version:
16 lines (13 loc) 311 B
/** * 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';