UNPKG

bits-ui

Version:

The headless components for Svelte.

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