UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

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