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 &

9 lines (6 loc) 287 B
// Import types for each component import type { TopNavbarProps } from './dist/components/WOITopNavbar/index.js'; // Declare the components with their respective prop types declare const WOITopNavbar: React.FC<TopNavbarProps>; // Export the components export { WOITopNavbar };