mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
fix(item): add support for rendering buttons inside of an item
TODO document
This commit is contained in:
2
packages/core/src/components.d.ts
vendored
2
packages/core/src/components.d.ts
vendored
@ -1338,6 +1338,8 @@ declare global {
|
||||
color?: string;
|
||||
href?: string;
|
||||
mode?: 'ios' | 'md';
|
||||
onclick?: (this: HTMLElement, ev: MouseEvent) => any;
|
||||
tappable?: boolean;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user