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

4 lines
190 B
TypeScript

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