mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
refactor(tab-button): use <a href> instead of <button>
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -3194,6 +3194,7 @@ declare global {
|
||||
btnId?: string;
|
||||
component?: any;
|
||||
disabled?: boolean;
|
||||
href?: string;
|
||||
icon?: string;
|
||||
name?: string;
|
||||
selected?: boolean;
|
||||
|
Reference in New Issue
Block a user