UNPKG

react-verificator

Version:
3 lines (2 loc) 163 B
import { ComponentDecorator, IOptions } from './types'; export default function validator(options: IOptions, mapToProps?: Function): ComponentDecorator<any, any>;