uno-react
Version:
Common functions, and hooks for React.
5 lines (4 loc) • 353 B
TypeScript
export declare function isNotAllBlanks(value: string, minlength: number): boolean;
export declare function maxNaturalNumber(value: string, maxInt: number): boolean;
export declare function validateEndDate(endValue: string, startValue: string): boolean;
export declare function startDateGreaterThanEndDate(startValue: string, endValue: string): boolean;