import { maxLength } from "@vuelidate/validators"; /** * 値(文字列)の長さが、指定した最大文字数以内であることを判定します。 */ export declare const maxLengthJa: (max: Params[0]) => ValidationRuleWithParams<{ max: number; }>; declare type Params = Parameters; export {}; //# sourceMappingURL=maxLengthJa.d.ts.map