UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

5 lines (4 loc) 308 B
import React from 'react'; import { RichTextEditorMethods, RichTextEditorProps } from './types'; export type { RichTextEditorMethods, RichTextEditorProps } from './types'; export declare const RichTextEditor: React.ForwardRefExoticComponent<RichTextEditorProps & React.RefAttributes<RichTextEditorMethods>>;