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) 149 B
import { IProps } from "@/types/IProps"; import React from "react"; export declare const Header: ({ children, style }: IProps) => React.JSX.Element;