mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
docs(all): improve type docs for event
This commit is contained in:
committed by
Manu MA
parent
b3316d480f
commit
3d656ac312
@ -1,3 +1,7 @@
|
||||
import { PickerOptions } from '../../interface';
|
||||
|
||||
export type DatetimeOptions = Partial<PickerOptions>;
|
||||
|
||||
export interface DatetimeChangeEventDetail {
|
||||
value: string | undefined | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user