diff --git a/index.d.ts b/index.d.ts index a90b2d1..d6de8f4 100644 --- a/index.d.ts +++ b/index.d.ts @@ -5,4 +5,4 @@ export interface IReactIntercomProps { [key: string]: any; } -export default class Intercom extends React.Component {} +export default class Intercom extends Component {}