UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

5 lines (4 loc) 209 B
import { type PhoneInputProps } from "../.."; declare const PhoneInput: import("svelte").Component<PhoneInputProps<number>, {}, "">; type PhoneInput = ReturnType<typeof PhoneInput>; export default PhoneInput;