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 &

35 lines (34 loc) 1.02 kB
declare const _default: { title: string; component: (props: import("../components/WOITextButton").ButtonProps) => import("react/jsx-runtime").JSX.Element; tags: string[]; }; export default _default; export declare const Default: { args: { text: string; textColor: string; hoverTextColor: string; fontSize: number; fontWeight: number; width: number; height: number; borderRadius: number; textTransform: string; backgroundColor: string; hoverBackgroundColor: string; borderColor: string; borderThickness: string; loading: boolean; loaderColor: string; openLink: string; openLinkInNewTab: boolean; prefixIcon: string; suffixIcon: string; gradientDirection: string; gradientColors: string[]; hoverGradientDirection: string; hoverGradientColors: string[]; isDisabled: boolean; }; };