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