@jay-js/ui
Version:
A library of UI components for Jay JS with Tailwind CSS and daisyUI.
4 lines (3 loc) • 333 B
TypeScript
import { type TBaseTagMap } from "@jay-js/elements";
import type { TTextInput } from "./text-input.types.js";
export declare function TextInput<T extends TBaseTagMap = "input">({ className, containerClassName, variant, color, fullWidth, inputSize, startAdornment, endAdornment, ...props }?: TTextInput<T>): HTMLElementTagNameMap[T];