Skip to content

Commit

Permalink
Fixed #1319 - Missing class prop on Button component fails Typescript…
Browse files Browse the repository at this point in the history
… complier
  • Loading branch information
tugcekucukoglu committed Jun 23, 2021
1 parent 44a7edd commit 2933ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/button/Button.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
interface ButtonProps {
style?: any;
class?: string;
label?: string;
icon?: string;
iconPos?: string;
Expand Down

0 comments on commit 2933ca3

Please sign in to comment.