1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

start typescript & chakra-ui 1.0 migrations [skip ci]

This commit is contained in:
checktheroads
2020-10-18 14:47:33 -07:00
parent 79c2fe81c4
commit 49183bd3a6
26 changed files with 1213 additions and 1078 deletions

1
hyperglass/ui/globals.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
type Dict<T = string> = { [k: string]: T };