UNPKG

bits-ui

Version:

The headless components for Svelte.

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