shineout
Version:
Shein 前端组件库
5 lines (4 loc) • 296 B
TypeScript
import { FormItemRule } from '../../Rule/Props';
import { ObjectType } from '../../@types/common';
declare const validate: <Value, Props extends ObjectType<any>>(value: Value, formdata: ObjectType, rules: FormItemRule<Value, any, any>, props: Props) => Promise<unknown>;
export default validate;