UNPKG

@yuntijs/ui

Version:

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

10 lines (9 loc) 279 B
import React from 'react'; export * from './node'; export * from './replacement'; export * from './utils'; export interface MentionNodePluginProps { onInsert?: () => void; onDelete?: () => void; } export declare const MentionNodePlugin: React.FC<MentionNodePluginProps>;