UNPKG

@yuntijs/ui

Version:

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

4 lines (3 loc) 170 B
import React from 'react'; import { RichTextEditorProps } from './types'; export declare const Editor: React.FC<Omit<RichTextEditorProps, 'toolBarProps' | 'classname'>>;