UNPKG

bits-ui

Version:

The headless components for Svelte.

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