UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

6 lines (5 loc) 171 B
interface OnBlurPluginProps { onBlur?: (event: FocusEvent) => void; } declare const OnBlurPlugin: ({ onBlur }: OnBlurPluginProps) => any; export default OnBlurPlugin;