Create type definition for ./locales (#4117)
This commit is contained in:
committed by
GitHub
parent
c4f7491322
commit
5891135ac1
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
type Locale = { [key: string]: string };
|
||||
|
||||
declare const locales: { [lang: string]: Locale };
|
||||
|
||||
export default locales;
|
||||
Reference in New Issue
Block a user