UNPKG

bits-ui

Version:

The headless components for Svelte.

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