UNPKG

@yuntijs/ui

Version:

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

7 lines (6 loc) 251 B
import React from 'react'; import type { MentionsProps } from '..'; export interface ShiftEnterKeyPluginProps { onPressEnter: Required<MentionsProps>['onPressEnter']; } export declare const ShiftEnterKeyPlugin: React.FC<ShiftEnterKeyPluginProps>;