UNPKG

@yuntijs/ui

Version:

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

6 lines (5 loc) 181 B
/// <reference types="react" /> import { RichTextEditorMethods } from './types'; export declare const Methods: React.FC<{ mdxRef: React.ForwardedRef<RichTextEditorMethods>; }>;