feat(static/keymap): adds static files for keymap legend stylkes

This commit is contained in:
seaerchin 2021-04-07 23:50:14 +08:00
parent 9cfa0a8344
commit 83b3d9e66d
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[
{
"name": "lowercase"
},
{
"name": "UPPERCASE"
},
{
"name": "blank"
}
]

View file

@ -0,0 +1,2 @@
export * as keymapLegendStyles from "./_list.json";
export const KEYMAP_LEGEND_TITLE = "keymapLegendStyle";