Skip to content

Commit

Permalink
onchange
Browse files Browse the repository at this point in the history
On change added
  • Loading branch information
bilalkosker committed Dec 20, 2017
1 parent b381db4 commit 4d64c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/button/BrowseButton.d.ts
Expand Up @@ -37,6 +37,8 @@ export interface BrowseButtonProps extends ButtonBaseProps {
* Classnames object defining the component style.
*/
theme?: BrowseButtonTheme;

onChange?: Function;
}

export class BrowseButton extends React.Component<BrowseButtonProps, {}> { }

0 comments on commit 4d64c73

Please sign in to comment.