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