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