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.

5 lines (4 loc) 193 B
import React from "react"; import { IProps } from "../../types/IProps"; import "./NButton.style.css"; export declare const NButton: ({ children, style, onClick }: IProps) => React.JSX.Element;