This commit is contained in:
Generated
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import type { DatePickerCalendarProps } from "../types.js";
|
||||
declare const DatePickerCalendar: import("svelte").Component<DatePickerCalendarProps, {}, "ref">;
|
||||
type DatePickerCalendar = ReturnType<typeof DatePickerCalendar>;
|
||||
export default DatePickerCalendar;
|
||||
Reference in New Issue
Block a user