UNPKG

bits-ui

Version:

The headless components for Svelte.

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