Created
July 29, 2017 18:48
-
-
Save wildeyes/50bcf8bf4dbe14fba56b217f9e9e98a5 to your computer and use it in GitHub Desktop.
Global d.ts stuff
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
declare module '*.icss' { | |
const styles: { | |
[className: string]: string | |
}; | |
export default styles; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment