fix(button): adds type

This commit is contained in:
Manu Mtz.-Almeida
2018-02-10 00:07:23 +01:00
parent 606d55c959
commit 443767c5fc
3 changed files with 31 additions and 0 deletions

View File

@ -413,6 +413,7 @@ declare global {
round?: boolean;
size?: 'small' | 'default' | 'large';
strong?: boolean;
type?: string;
}
}
}