mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(button): update button components to pass down href
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -2470,6 +2470,7 @@ declare global {
|
||||
checked?: boolean;
|
||||
color?: string;
|
||||
disabled?: boolean;
|
||||
href?: string;
|
||||
mode?: 'ios' | 'md';
|
||||
value?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user