export type { EmailEditorProps } from "./EmailEditor"; export { default as EmailEditor } from "./EmailEditor"; export type { TEditorConfiguration, TEditorBlock, } from "./documents/editor/core"; export { EditorBlock, EditorBlockSchema, EditorConfigurationSchema, } from "./documents/editor/core"; export { getTheme } from "./theme"; export { default as getConfiguration } from "./getConfiguration"; //# sourceMappingURL=index.d.ts.map