UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

5 lines (4 loc) 222 B
import type { DateRangeProps } from '../index.js'; declare const DateRange: import("svelte").Component<DateRangeProps, {}, "startDate" | "endDate">; type DateRange = ReturnType<typeof DateRange>; export default DateRange;