Skip to content

Instantly share code, notes, and snippets.

@wildeyes
Created July 29, 2017 18:48
Show Gist options
  • Save wildeyes/50bcf8bf4dbe14fba56b217f9e9e98a5 to your computer and use it in GitHub Desktop.
Save wildeyes/50bcf8bf4dbe14fba56b217f9e9e98a5 to your computer and use it in GitHub Desktop.
Global d.ts stuff
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