UNPKG

rightui

Version:

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

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