UNPKG

@yuntijs/ui

Version:

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

7 lines (6 loc) 197 B
import React from 'react'; export interface MentionNodeComponentProps { nodeKey: string; variable: string; } export declare const MentionNodeComponent: React.FC<MentionNodeComponentProps>;