import type { InputHTMLAttributes, ReactNode } from "react"; import { radioClass } from "@/lib/ui/variants"; interface RadioProps extends Omit, "type"> { label?: ReactNode; } // 单选钮:无 label 时只渲染受控原生 input(供已有