UNPKG

@wordpress/editor

Version:
15 lines (13 loc) 647 B
// Post Related Components. export { default as AutosaveMonitor } from './autosave-monitor'; export { default as PostTitle } from './post-title'; export { default as EditorHistoryRedo } from './editor-history/redo'; export { default as EditorHistoryUndo } from './editor-history/undo'; // State Related Components. export { default as EditorProvider } from './provider'; // Other Components. export { default as EditorHelpTopics } from './editor-help'; export { default as OfflineStatus } from './offline-status'; export { default as ErrorBoundary } from './error-boundary'; export * from './deprecated'; //# sourceMappingURL=index.native.js.map