UNPKG

scrivly

Version:

A powerful, feature-rich rich text editor for React with TypeScript support

4 lines 200 B
import type React from "react"; import type { ScrivlyEditorProps } from "../types/editor"; export declare const ScrivlyEditor: React.FC<ScrivlyEditorProps>; //# sourceMappingURL=ScrivlyEditor.d.ts.map