Skip to content

Instantly share code, notes, and snippets.

@isabellachen
Created January 23, 2020 16:42
Show Gist options
  • Save isabellachen/415fb3cd5a917ec2e924feabc740c350 to your computer and use it in GitHub Desktop.
Save isabellachen/415fb3cd5a917ec2e924feabc740c350 to your computer and use it in GitHub Desktop.
Export typings for modules that have no typings
declare module 'react-metismenu' {
const mentisMenu: any;
export default mentisMenu;
}
declare module 'wsdm-tooltip' {
const wsdmTooltip: any;
export default wsdmTooltip;
}
@isabellachen
Copy link
Author

I think can put this file anywhere in the React project.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment