UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 289 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TToggle } from "./toggle.types.js"; export declare function Toggle<T extends TBaseTagMap = "div" | "input">({ label, color, size, position = "toggle-after", formControl, ...props }?: TToggle<T>): HTMLElementTagNameMap[T];