import type { InputHTMLAttributes } from 'vue'; export interface TRadioProps extends InputHTMLAttributes { label?: string; labelPosition?: 'left' | 'right'; modelValue?: InputHTMLAttributes['value']; } //# sourceMappingURL=TRadio.types.d.ts.map