UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

3 lines (2 loc) • 224 B
import type { RadioInputProps } from './type'; export default function RadioInput({ onChange, size, color, value, type, shadow, variant, style, control, ...props }: RadioInputProps): import("react/jsx-runtime").JSX.Element;