UNPKG

@yuntijs/ui

Version:

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

7 lines (6 loc) 233 B
import React from 'react'; import type { MentionsProps } from '..'; export interface OnKeyDownPluginProps { onKeyDown: Required<MentionsProps>['onKeyDown']; } export declare const OnKeyDownPlugin: React.FC<OnKeyDownPluginProps>;