Skip to content

Commit

Permalink
Merge pull request #797 from deremer/patch-1
Browse files Browse the repository at this point in the history
Add 'style' to Button type
  • Loading branch information
clavin committed Jul 25, 2019
2 parents 96b1b39 + d0461f4 commit dd26e23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export interface Button extends Action {
text: PlainTextElement;
value?: string;
url?: string;
style?: 'danger' | 'primary';
}

export interface Overflow extends Action {
Expand Down

0 comments on commit dd26e23

Please sign in to comment.