UNPKG

bits-ui

Version:

The headless components for Svelte.

6 lines (5 loc) 367 B
import type { WithChildren } from "../../../internal/types.js"; import type { BitsPrimitiveLabelAttributes, WithElementRef } from "../../../shared/index.js"; declare const CommandLabel: import("svelte").Component<WithChildren<WithElementRef<BitsPrimitiveLabelAttributes>>, {}, "ref">; type CommandLabel = ReturnType<typeof CommandLabel>; export default CommandLabel;