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