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