UNPKG

@yuntijs/ui

Version:

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

6 lines (5 loc) 175 B
import React from 'react'; import { MentionsEditor } from '../types'; export declare const EditorRefPlugin: React.FC<{ editorRef?: React.ForwardedRef<MentionsEditor>; }>;