UNPKG

bits-ui

Version:

The headless components for Svelte.

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