UNPKG

@jay-js/ui

Version:

A library of UI components for Jay JS with Tailwind CSS and daisyUI.

6 lines (5 loc) 378 B
import { mergeClasses } from "../../utils/mergeClasses.js"; import { Base } from "../Base/Base.js"; import { TNavbarComponent } from "./NavbarComponent.types.js"; import { TBaseTagMap } from "../Base/Base.types.js"; export declare function NavbarComponent<T extends TBaseTagMap = "nav">({ component = "navbar-start", ...props }?: TNavbarComponent<T>): HTMLElementTagNameMap[T];