mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(button): adds type
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -413,6 +413,7 @@ declare global {
|
||||
round?: boolean;
|
||||
size?: 'small' | 'default' | 'large';
|
||||
strong?: boolean;
|
||||
type?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user