makearmy-app/node_modules/react-hook-form/dist/utils/isFileInput.d.ts

4 lines
192 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
import type { FieldElement } from '../types';
declare const _default: (element: FieldElement) => element is HTMLInputElement;
export default _default;
//# sourceMappingURL=isFileInput.d.ts.map