@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
15 lines (14 loc) • 521 B
TypeScript
import { ValidatorFn } from '@angular/forms';
import * as i0 from "@angular/core";
export declare class FilesFormValidators {
/**
* Checks max size of file
*
* @param {number} maxSize Max size [MB]
* @returns Uses 'tooLarge' validator error with maxSize property
* @memberOf FilesFormValidators
*/
maxSize(maxSize?: number): ValidatorFn;
static ɵfac: i0.ɵɵFactoryDeclaration<FilesFormValidators, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<FilesFormValidators>;
}