UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 255 B
import { Calendar as CalendarPrimitive } from "bits-ui"; declare const CalendarHeadCell: import("svelte").Component<CalendarPrimitive.HeadCellProps, {}, "ref">; type CalendarHeadCell = ReturnType<typeof CalendarHeadCell>; export default CalendarHeadCell;