UNPKG

bits-ui

Version:

The headless components for Svelte.

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