react-formawesome-core
Version:
React validation form core lib
9 lines (8 loc) • 576 B
TypeScript
export declare function checkForDefaults(defaults: any, attributes: any): void;
export declare function checkForModel(Model: any): void;
export declare function checkForSchema(schema: any): void;
export declare function checkForInstance(instance: any): void;
export declare function checkForAttribute(modelAttributes: any, attribute: any, modelName: any, config?: any): any;
export declare function checkForConfig(config: any): void;
export declare function checkForValue(attribute: any, value: any): void;
export declare function checkForDetails(details: any): void;