mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-10 23:39:22 +08:00
4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
declare module 'bugsnag-react' {
|
|
export default function createPlugin(react: any): any
|
|
}
|