Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ export type TextInputSelectionChangeEvent =
*/
export interface TextInputKeyPressEventData {
key: string;
eventCount: number;
}

/**
Expand Down
Loading