import { InputRule } from "../types.mjs"; //#region ../react-form/src/rules/minLength.d.ts declare const minLengthRule: InputRule; //#endregion export { minLengthRule }; //# sourceMappingURL=minLength.d.mts.map