Files
frontend/node_modules/@rc-component/async-validator/es/rule/range.d.ts
2026-01-17 15:16:36 -05:00

4 lines
105 B
TypeScript

import type { ExecuteRule } from '../interface';
declare const range: ExecuteRule;
export default range;