UNPKG

@jay-js/ui

Version:

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

4 lines (3 loc) 278 B
import { type TBaseTagMap } from "@jay-js/elements"; import type { TFileInput } from "./file-input.types.js"; export declare function FileInput<T extends TBaseTagMap = "input">({ className, variant, color, size, fullWidth, ...props }?: TFileInput<T>): HTMLElementTagNameMap[T];