chore(tabs): move tab, tabbar, tab-button to separate directories

This commit is contained in:
Adam Bradley
2017-11-28 20:20:20 -06:00
parent 6c5b712b1f
commit f89c7af002
13 changed files with 489 additions and 255 deletions

View File

@ -2926,7 +2926,7 @@ declare global {
import {
TabbarButton as IonTabButton
} from './components/tabs/tab-button';
} from './components/tab-button/tab-button';
declare global {
interface HTMLIonTabButtonElement extends IonTabButton, HTMLElement {
@ -2958,7 +2958,7 @@ declare global {
import {
TabHighlight as IonTabHighlight
} from './components/tabs/tab-highlight';
} from './components/tab-highlight/tab-highlight';
declare global {
interface HTMLIonTabHighlightElement extends IonTabHighlight, HTMLElement {
@ -2989,7 +2989,7 @@ declare global {
import {
Tab as IonTab
} from './components/tabs/tab';
} from './components/tab/tab';
declare global {
interface HTMLIonTabElement extends IonTab, HTMLElement {
@ -3029,7 +3029,7 @@ declare global {
import {
Tabbar as IonTabbar
} from './components/tabs/tabbar';
} from './components/tabbar/tabbar';
declare global {
interface HTMLIonTabbarElement extends IonTabbar, HTMLElement {