UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

3 lines (2 loc) 239 B
import { RefAttributes, ForwardRefRenderFunction } from 'react'; export default function forwardRefWithStatics<P, T = any, S = {}>(component: ForwardRefRenderFunction<T, P>, statics?: S): React.FunctionComponent<P & RefAttributes<T>> & S;