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