feat(material): add prototype dialog component w/ demo.
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
// TODO: switch to proper enums when we support them.
|
||||
|
||||
// Key codes
|
||||
export const KEY_ESC = 27;
|
||||
export const KEY_SPACE = 32;
|
||||
export const KEY_UP = 38;
|
||||
export const KEY_DOWN = 40;
|
||||
|
Reference in New Issue
Block a user