mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix api report
This commit is contained in:
@@ -510,6 +510,8 @@ export class DatePicker extends View {
|
||||
|
||||
ios: any /* UIDatePicker */;
|
||||
|
||||
iosPreferredDatePickerStyle: number;
|
||||
|
||||
maxDate: Date;
|
||||
|
||||
minDate: Date;
|
||||
@@ -2534,6 +2536,8 @@ export class TimePicker extends View {
|
||||
|
||||
ios: any /* UIDatePicker */;
|
||||
|
||||
iosPreferredDatePickerStyle: number;
|
||||
|
||||
maxHour: number;
|
||||
|
||||
maxMinute: number;
|
||||
|
||||
Reference in New Issue
Block a user