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