fix(nav): flickering

This commit is contained in:
Manu Mtz.-Almeida
2018-02-14 18:40:56 +01:00
parent 77cf37127e
commit 2fb9e4499f
14 changed files with 249 additions and 215 deletions

View File

@ -3059,6 +3059,7 @@ declare global {
}
namespace JSXElements {
export interface IonTabAttributes extends HTMLAttributes {
active?: boolean;
badge?: string;
badgeStyle?: string;
btnId?: string;