feat: add interface to hanle date picker event data
This commit is contained in:
@@ -20,6 +20,16 @@ export interface Coordinates {
|
|||||||
y: number;
|
y: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* interface to handle date picker events.
|
||||||
|
* @category Types
|
||||||
|
*/
|
||||||
|
export interface DatePickerEventData {
|
||||||
|
coordinates: Coordinates;
|
||||||
|
selector: string;
|
||||||
|
value: string;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the deltas of a wheel/scroll event.
|
* Holds the deltas of a wheel/scroll event.
|
||||||
* @category Types
|
* @category Types
|
||||||
|
|||||||
Reference in New Issue
Block a user