UNPKG

bits-ui

Version:

The headless components for Svelte.

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