Skip to content

Commit

Permalink
add Typescript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemmarsh authored Jul 9, 2018
1 parent 913b411 commit cf653b9
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 React.Component<IReactIntercomProps> {}

0 comments on commit cf653b9

Please sign in to comment.