Skip to content

Commit 5e2bf0e

Browse files
committed
Update constants typings
1 parent 1c6f35e commit 5e2bf0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generatedTypes/helpers/Constants.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ declare const constants: {
3232
readonly accessibility: {
3333
isScreenReaderEnabled: boolean;
3434
};
35+
backspaceKey: string;
36+
enterKey: string;
3537
};
3638
export default constants;

0 commit comments

Comments
 (0)