import WYSIWYGEditor from "./WYSIWYGEditor"; import type { IWYSIWYGEditorProps, IToolbarProps } from "./WYSIWYGEditor.interface"; export { WYSIWYGEditor }; export type { IWYSIWYGEditorProps, IToolbarProps };