Skip to content

Commit

Permalink
Merge pull request #52 from jakemmarsh/master
Browse files Browse the repository at this point in the history
add Typescript definition
  • Loading branch information
nhagen committed Oct 25, 2018
2 parents 913b411 + a22f296 commit ca2f2db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import { Component } from 'react';

export interface IReactIntercomProps {
appID: string;
[key: string]: any;
}

export default class Intercom extends Component<IReactIntercomProps> {}

0 comments on commit ca2f2db

Please sign in to comment.