UNPKG

@selfcommunity/react-ui

Version:

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

6 lines (5 loc) 177 B
interface OnFocusPluginProps { onFocus?: (event: FocusEvent) => void; } declare const OnFocusPlugin: ({ onFocus }: OnFocusPluginProps) => any; export default OnFocusPlugin;