UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

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