UNPKG

@jay-js/ui

Version:

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

3 lines (2 loc) 115 B
import { TBase, TBaseTagMap } from "../Base/Base.types.js"; export type TNavbar<T extends TBaseTagMap> = TBase<T>;