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 &
29 lines (28 loc) • 885 B
TypeScript
declare const _default: {
title: string;
component: (props: import("../components/WOISwitchButton").WOISwitchButtonProps) => import("react/jsx-runtime").JSX.Element;
tags: string[];
};
export default _default;
export declare const Default: {
args: {
trackWidth: number;
trackHeight: number;
padding: number;
trackBorderRadius: number;
trackBorderColor: string;
trackBorderWidth: number;
trackActiveColor: string;
trackInActiveColor: string;
thumbSize: number;
thumbBorderRadius: number;
thumbBorderColor: string;
thumbBorderWidth: number;
thumbActiveColor: string;
thumbInActiveColor: string;
isActive: boolean;
thumbActiveIcon: string;
thumbInActiveIcon: string;
thumbIconSize: number;
};
};