UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

5 lines (4 loc) 220 B
import { type InputProps, type InputValue } from "../.."; declare const Input: import("svelte").Component<InputProps<InputValue>, {}, "value" | "elementRef">; type Input = ReturnType<typeof Input>; export default Input;