fix(button): update button components to pass down href

This commit is contained in:
Brandy Carney
2018-01-30 10:54:42 -05:00
parent 6e8276d849
commit c4ca0886b2
6 changed files with 33 additions and 19 deletions

View File

@ -2470,6 +2470,7 @@ declare global {
checked?: boolean;
color?: string;
disabled?: boolean;
href?: string;
mode?: 'ios' | 'md';
value?: string;
}