minishouyin/node_modules/@rc-component/async-validator/lib/rule/range.d.ts

4 lines
105 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { ExecuteRule } from '../interface';
declare const range: ExecuteRule;
export default range;