mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
refactor(button): remove itemButton and add documentation
This commit is contained in:
3
packages/core/src/components.d.ts
vendored
3
packages/core/src/components.d.ts
vendored
@ -354,10 +354,9 @@ declare global {
|
||||
}
|
||||
namespace JSXElements {
|
||||
export interface IonButtonAttributes extends HTMLAttributes {
|
||||
itemButton?: boolean;
|
||||
href?: string;
|
||||
buttonType?: string;
|
||||
size?: 'small' | 'large';
|
||||
size?: 'small' | 'default' | 'large';
|
||||
disabled?: boolean;
|
||||
fill?: 'clear' | 'outline' | 'solid' | 'default';
|
||||
round?: boolean;
|
||||
|
Reference in New Issue
Block a user