fix(backdrop): device support

This commit is contained in:
Manu Mtz.-Almeida
2018-02-20 15:00:52 +01:00
parent 9fded75502
commit b05eaeb85b
51 changed files with 221 additions and 271 deletions

View File

@ -342,7 +342,9 @@ declare global {
}
namespace JSXElements {
export interface IonBackdropAttributes extends HTMLAttributes {
mode?: 'ios' | 'md';
stopPropagation?: boolean;
tappable?: boolean;
visible?: boolean;
}
}
}