Created
September 30, 2021 18:34
-
-
Save Klerith/be084330d6522bb4576a42b068e9b842 to your computer and use it in GitHub Desktop.
React Typings para paquete de NPM
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 '*.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