/** * UI EDITORS EXPORT INDEX * React editor components */ export { PresentationEditor } from './PresentationEditor'; export { RichTextEditor } from './RichTextEditor'; export { SpreadsheetEditor } from './SpreadsheetEditor'; export type { PresentationEditorProps } from './PresentationEditor'; export type { RichTextEditorProps } from './RichTextEditor'; export type { SpreadsheetEditorProps } from './SpreadsheetEditor'; //# sourceMappingURL=index.d.ts.map