UNPKG

bits-ui

Version:

The headless components for Svelte.

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