UNPKG

rightui

Version:

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

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