UNPKG

react-css-library

Version:

## Library Overview Developed by Marco Duarte and David Artavia, this library leverages React, CSS, and TypeScript to provide a comprehensive set of design components.

4 lines (3 loc) 147 B
import React from "react"; import { IProps } from "../../types/IProps"; export declare const Nav: ({ items, style }: IProps) => React.JSX.Element;