UNPKG

bits-ui

Version:

The headless components for Svelte.

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