UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

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