UNPKG

@nimel/directorr-form

Version:
8 lines (7 loc) 285 B
export declare const DEFAULT_VALIDATE_OPTIONS: { abortEarly: boolean; strict: boolean; payloadProp: string; }; export declare function isLikeYUPSchema(schema: any): boolean; export default function createSchemaContext(moduleName: string, schema: any, options?: {}): any[];