chore(types): updated components type definition

This commit is contained in:
Dan Bucholtz
2017-12-22 14:54:36 -06:00
parent f5392297d2
commit 1fad18c970

View File

@ -2493,7 +2493,10 @@ declare global {
}
namespace JSXElements {
export interface IonSelectPopoverAttributes extends HTMLAttributes {
message?: string;
options?: SelectPopoverOption[];
subTitle?: string;
title?: string;
}
}
}