UNPKG

@fuxui/base

Version:

ui kit - svelte 5 + tailwind 4 - base components

3 lines (2 loc) 199 B
import Root, { type InputProps, type InputSize, type InputVariant, inputVariants } from './Input.svelte'; export { type InputProps, Root as Input, inputVariants, type InputSize, type InputVariant };