mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(item): add disabled property and styles
This commit is contained in:
1
packages/core/src/components.d.ts
vendored
1
packages/core/src/components.d.ts
vendored
@ -1438,6 +1438,7 @@ declare global {
|
||||
namespace JSXElements {
|
||||
export interface IonItemAttributes extends HTMLAttributes {
|
||||
color?: string;
|
||||
disabled?: boolean;
|
||||
href?: string;
|
||||
mode?: 'ios' | 'md';
|
||||
onclick?: (this: HTMLElement, ev: MouseEvent) => any;
|
||||
|
Reference in New Issue
Block a user