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 &
42 lines (41 loc) • 1.17 kB
TypeScript
declare const _default: {
title: string;
component: (props: import("../components/WOITopNavbar").TopNavbarProps) => import("react/jsx-runtime").JSX.Element;
tags: string[];
};
export default _default;
export declare const Default: {
args: {
headerLogo: string;
headerIconLink: string;
headerLink: string;
headerText: string;
iconPosition: string;
iconSize: number;
menuItems: ({
name: string;
link: string;
drop?: undefined;
} | {
name: string;
link: string;
drop: {
name: string;
link: string;
}[];
})[];
textColor: string;
hoverTextColor: string;
fontSize: number;
fontWeight: number;
fontFamily: string;
borderRadius: number;
hoverUnderline: boolean;
backgroundColor: string;
borderColor: string;
borderThickness: string;
openLinkInNewTab: boolean;
headerFunction: () => void;
clickFunction: () => void;
};
};