Files
devhub/@types/bugsnag-react/index.d.ts
2018-11-03 17:36:36 -03:00

4 lines
91 B
TypeScript

declare module 'bugsnag-react' {
export default function createPlugin(react: any): any
}