UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 282 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TChatComponent } from "./chat-component.types.js"; export declare function ChatComponent<T extends TBaseTagMap = "div">({ component = "chat-bubble", color, ...props }?: TChatComponent<T>): HTMLElementTagNameMap[T];