Skip to content

Commit 9af7300

Browse files
committed
chore: build
1 parent 864d42c commit 9af7300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ export namespace Components {
10251025
"readonly": boolean;
10261026
/**
10271027
* Resets the internal state of the datetime but does not update the value. Passing a valid ISO-8601 string will reset the state of the component to the provided date. If no value is provided, the internal state will be reset to the clamped value of the min, max and today.
1028-
* @param startDate a valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to.
1028+
* @param startDate A valid [ISO-8601 string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#date_time_string_format) to reset the datetime state to.
10291029
*/
10301030
"reset": (startDate?: string) => Promise<void>;
10311031
/**

0 commit comments

Comments
 (0)