UNPKG

svelte-multiselect

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