Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created September 30, 2021 18:34
Show Gist options
  • Select an option

  • Save Klerith/be084330d6522bb4576a42b068e9b842 to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/be084330d6522bb4576a42b068e9b842 to your computer and use it in GitHub Desktop.
React Typings para paquete de NPM
declare module '*.css' {
const content: { [className: string]: string };
export default content;
}
declare module "*.jpg" {
const value: any;
export default value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment