UNPKG

bits-ui

Version:

The headless components for Svelte.

4 lines (3 loc) 186 B
declare const Select: import("svelte").Component<import("../types.js").SelectRootPropsWithoutHTML, {}, "value" | "open">; type Select = ReturnType<typeof Select>; export default Select;