UNPKG

rightui

Version:

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

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