UNPKG

woi-react-components

Version:

This project requires NodeJS (version 18 or later) and NPM. [Node](http://nodejs.org/) and [NPM](https://npmjs.org/) are really easy to install. To make sure you have them available on your machine, try running the following command. ```sh $ npm -v &

13 lines (12 loc) 408 B
export interface WOIRadioButtonProps { size: number; activeBorderColor?: string; inActiveBorderColor?: string; borderWidth?: number; activeColor?: string; inActiveColor?: string; isSelected: boolean; clickFunction?: () => void; } declare const WOIRadioButton: (props: WOIRadioButtonProps) => import("react/jsx-runtime").JSX.Element; export default WOIRadioButton;