refactor(tab-button): use <a href> instead of <button>

This commit is contained in:
Adam Bradley
2018-03-06 19:59:08 -06:00
parent 851aa838fa
commit d313e69013
5 changed files with 34 additions and 9 deletions

View File

@ -3194,6 +3194,7 @@ declare global {
btnId?: string;
component?: any;
disabled?: boolean;
href?: string;
icon?: string;
name?: string;
selected?: boolean;