Skip to content

Commit 481e764

Browse files
authored
fix(typings): add home and end to specialChars enum (#569)
1 parent 090566c commit 481e764

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

typings/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ export enum specialChars {
8989
escape = '{esc}',
9090
delete = '{del}',
9191
backspace = '{backspace}',
92+
home = '{home}',
93+
end = '{end}',
9294
selectAll = '{selectall}',
9395
space = '{space}',
9496
whitespace = ' ',

0 commit comments

Comments
 (0)