import { maxValue } from "@vuelidate/validators"; /** * 値が指定した値以下の数値であることを判定します。 */ export declare const maxValueJa: (max: Params[0]) => ValidationRuleWithParams<{ max: number; }>; declare type Params = Parameters; export {}; //# sourceMappingURL=maxValueJa.d.ts.map