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