@trackunit/react-date-and-time-hooks 1.3.168 → 1.3.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -98,6 +98,11 @@ export type Scalars = {
|
|
|
98
98
|
input: any;
|
|
99
99
|
output: any;
|
|
100
100
|
};
|
|
101
|
+
/** 24-hour clock time string in the format hh:mm:ss.sss or hh:mm:ss if partial seconds is zero */
|
|
102
|
+
LocalTime: {
|
|
103
|
+
input: any;
|
|
104
|
+
output: any;
|
|
105
|
+
};
|
|
101
106
|
/** Javascript `Long`. Type represents a 64 bit integer. */
|
|
102
107
|
Long: {
|
|
103
108
|
input: any;
|