UNPKG

bits-ui

Version:

The headless components for Svelte.

5 lines (4 loc) 321 B
import type { WithChild, Without } from "../../internal/types.js"; import type { BitsPrimitiveLabelAttributes } from "../../shared/attributes.js"; export type LabelRootPropsWithoutHTML = WithChild; export type LabelRootProps = LabelRootPropsWithoutHTML & Without<BitsPrimitiveLabelAttributes, LabelRootPropsWithoutHTML>;