UNPKG

bits-ui

Version:

The headless components for Svelte.

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