UNPKG

@tuspe/components

Version:

A reusable SvelteKit component library for form elements, breadcrumbs, prices and images.

5 lines (4 loc) 182 B
import type { SelectView } from './types'; declare const Select: import("svelte").Component<SelectView, {}, "value">; type Select = ReturnType<typeof Select>; export default Select;