UNPKG

svelte-multiselect

Version:
5 lines (4 loc) 208 B
import type { SVGAttributes } from 'svelte/elements'; declare const Octocat: import("svelte").Component<SVGAttributes<EventTarget>, {}, "">; type Octocat = ReturnType<typeof Octocat>; export default Octocat;