export { RayEditor } from './RayEditor'; export type { RayEditorOptions, ToolbarItem, ToolbarGroup, ImageUploadOptions, FileUploadOptions, MentionOptions, } from './types/options'; export type { RayPlugin, RayEditorInstance, ButtonConfig, SlashCommandConfig, CommandHandler, EventHandler, } from './types/plugin'; export type { RayEditorEvent } from './types/events'; export { RayEditor as default } from './RayEditor'; import './styles/main.css'; //# sourceMappingURL=index.d.ts.map