Files
Stackq/node_modules/bits-ui/dist/bits/select/components/select.svelte.d.ts
T
eewing cf73cd3b4c INIT
2026-02-17 14:10:16 -06:00

4 lines
186 B
TypeScript

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