Created
March 21, 2018 18:09
-
-
Save jatovar/4b2b9f9d431d1c5eb90e4aa452fd4610 to your computer and use it in GitHub Desktop.
Typings for cldr-data and devextreme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file contains ambient module declarations | |
declare module 'globalize' { | |
const value: any; | |
export = value; | |
} | |
declare module 'cldr-data/*' { | |
const value: any; | |
export = value; | |
} | |
declare module 'devextreme/localization/messages/*' { | |
const value: any; | |
export = value; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment