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