On change added
old
bilalkosker 2017-12-20 16:52:10 +03:00 committed by GitHub
parent b381db4054
commit 4d64c73872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ export interface BrowseButtonProps extends ButtonBaseProps {
* Classnames object defining the component style. * Classnames object defining the component style.
*/ */
theme?: BrowseButtonTheme; theme?: BrowseButtonTheme;
onChange?: Function;
} }
export class BrowseButton extends React.Component<BrowseButtonProps, {}> { } export class BrowseButton extends React.Component<BrowseButtonProps, {}> { }