Files
opencrm/frontend/node_modules/react-hook-form/dist/utils/isRadioInput.d.ts
T
Stefan Hacker e209e9bbca first commit
2026-01-29 01:16:54 +01:00

4 lines
193 B
TypeScript

import type { FieldElement } from '../types';
declare const _default: (element: FieldElement) => element is HTMLInputElement;
export default _default;
//# sourceMappingURL=isRadioInput.d.ts.map