index.d.ts 233 B

123456
  1. import { FC } from "react";
  2. import { DageEditorProps } from "./types";
  3. import "@wangeditor/editor/dist/css/style.css";
  4. export declare const DageEditor: FC<DageEditorProps>;
  5. export * from "./types";
  6. //# sourceMappingURL=index.d.ts.map