UNPKG

knoxui-react

Version:

KnoxUI is a corporate-focused React component library.

5 lines (4 loc) 151 B
import React from "react"; import { type RadioProps } from "../types/RadioProps"; declare const Radio: React.FC<RadioProps>; export default Radio;