Skip to content

Commit

Permalink
Fixed #386
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 19, 2018
1 parent 9ef9538 commit 7b61252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/messages/Messages.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import React = require("react");

interface MessagesProps {
id?: string;
closable?: boolean,
className?: string;
style?: object;
onRemove?(message:any): void;
onClick?(message:any): void;
}

export class Messages extends React.Component<MessagesProps,any> {}

0 comments on commit 7b61252

Please sign in to comment.