UNPKG

svelte-settings

Version:

> [!WARNING] > This project is a work in progress. Do not use it in any of your projects yet.

5 lines (4 loc) 198 B
import { Label as LabelPrimitive } from "bits-ui"; declare const Label: import("svelte").Component<LabelPrimitive.RootProps, {}, "ref">; type Label = ReturnType<typeof Label>; export default Label;