UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 210 B
import type { SelectItemProps } from "../types.js"; declare const SelectItem: import("svelte").Component<SelectItemProps, {}, "ref">; type SelectItem = ReturnType<typeof SelectItem>; export default SelectItem;