refactor(tabs): move css to tab-button

This commit is contained in:
Manu Mtz.-Almeida
2018-02-13 13:10:02 +01:00
parent 4271a0fc1e
commit a227d465f6
17 changed files with 527 additions and 501 deletions

View File

@ -2995,7 +2995,6 @@ declare global {
}
namespace JSXElements {
export interface IonTabButtonAttributes extends HTMLAttributes {
mode?: 'ios' | 'md';
selected?: boolean;
tab?: HTMLIonTabElement;
}