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 &
18 lines (17 loc) • 503 B
TypeScript
declare const _default: {
title: string;
component: (props: import("../components/WOIRadioButton").WOIRadioButtonProps) => import("react/jsx-runtime").JSX.Element;
tags: string[];
};
export default _default;
export declare const Default: {
args: {
size: number;
activeBorderColor: string;
inActiveBorderColor: string;
borderWidth: number;
activeColor: string;
inActiveColor: string;
isSelected: boolean;
};
};