mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
chore(types): updated components type definition
This commit is contained in:
3
packages/core/src/components.d.ts
vendored
3
packages/core/src/components.d.ts
vendored
@ -2493,7 +2493,10 @@ declare global {
|
|||||||
}
|
}
|
||||||
namespace JSXElements {
|
namespace JSXElements {
|
||||||
export interface IonSelectPopoverAttributes extends HTMLAttributes {
|
export interface IonSelectPopoverAttributes extends HTMLAttributes {
|
||||||
|
message?: string;
|
||||||
options?: SelectPopoverOption[];
|
options?: SelectPopoverOption[];
|
||||||
|
subTitle?: string;
|
||||||
|
title?: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user