UNPKG

bits-ui

Version:

The headless components for Svelte.

4 lines (3 loc) 217 B
import type { WithChild } from "../../../internal/types.js"; import type { BitsPrimitiveSpanAttributes } from "../../../shared/attributes.js"; export type VisuallyHiddenProps = WithChild<BitsPrimitiveSpanAttributes>;