UNPKG

@capdilla/react-d-form

Version:

React, React Native form builder

4 lines (3 loc) 179 B
import React from 'react'; import { FormComponent } from '../index'; export declare const withError: <P extends FormComponent>(Comp: React.ComponentType<P>) => (props: P) => any;