Skip to content

Commit 84380e6

Browse files
committed
fix ts problem
1 parent 5719476 commit 84380e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devextreme/js/__internal/ui/date_box/date_box.mask.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class DateBoxMask extends DateBoxBase {
5555

5656
_wasAllSelectedBeforeComposition = false;
5757

58-
_supportedKeys(): Record<string, (e: KeyboardEvent) => boolean | undefined> {
58+
_supportedKeys(): Record<string, (e: KeyboardEvent) => unknown> {
5959
const originalHandlers = super._supportedKeys();
6060
const callOriginalHandler = (e: KeyboardEvent): unknown => {
6161
const normalizedKeyName = normalizeKeyName(e);

0 commit comments

Comments
 (0)