fix(theme-build): using ion prefix

This commit is contained in:
Manu Mtz.-Almeida
2018-02-05 18:50:52 +01:00
parent f41bb39ce3
commit ba5c8511ed
5 changed files with 56 additions and 55 deletions

View File

@ -300,7 +300,7 @@ declare global {
}
namespace JSXElements {
export interface IonBackdropAttributes extends HTMLAttributes {
mode?: 'ios' | 'md';
}
}
}
@ -2966,6 +2966,7 @@ declare global {
}
namespace JSXElements {
export interface IonTabsAttributes extends HTMLAttributes {
color?: string;
name?: string;
scrollable?: boolean;
tabbarHidden?: boolean;