Skip to content

Commit

Permalink
Add props to TopBarButton type (#4373)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdatta authored and guyca committed Dec 2, 2018
1 parent 7a3b466 commit b369a54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/src/interfaces/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ export interface OptionsTopBarButton {
*/
component?: {
name: string;
/**
* Properties to pass down to the component
*/
passProps?: object;
};
/**
* Set the button text
Expand Down

0 comments on commit b369a54

Please sign in to comment.