We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3dbb4 commit d077663Copy full SHA for d077663
src/lib/dl-date-time-picker/dl-date-time-picker-change.ts
@@ -28,7 +28,7 @@ export class DlDateTimePickerChange<D> {
28
29
/**
30
* Get the new value of the date/time picker.
31
- * @returns {D} the new value or null.
+ * @returns the new value or null.
32
*/
33
get value(): D {
34
return this._value;
0 commit comments