UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

3 lines (2 loc) 191 B
import { KoalaCustomValidatorFnInterface } from "../interfaces/koala-custom-validator-fn.interface"; export declare function DateMaxValidator(max: string): KoalaCustomValidatorFnInterface;