mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 22:30:56 +00:00
4 lines
190 B
TypeScript
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
|