UNPKG

@yuntijs/ui

Version:

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

8 lines (7 loc) 198 B
import type { FC } from 'react'; type OnBlurBlockPluginProps = { onBlur?: () => void; onFocus?: () => void; }; export declare const OnBlurBlockPlugin: FC<OnBlurBlockPluginProps>; export {};