chore(ion-navbar): clean up ion-navbar references

This commit is contained in:
Adam Bradley
2018-01-22 08:54:07 -06:00
parent 98e8725ebe
commit d65f68e846
2 changed files with 0 additions and 34 deletions

View File

@ -1700,39 +1700,6 @@ declare global {
}
import {
Navbar as IonNavbar
} from './components/navbar/navbar';
declare global {
interface HTMLIonNavbarElement extends IonNavbar, HTMLElement {
}
var HTMLIonNavbarElement: {
prototype: HTMLIonNavbarElement;
new (): HTMLIonNavbarElement;
};
interface HTMLElementTagNameMap {
"ion-navbar": HTMLIonNavbarElement;
}
interface ElementTagNameMap {
"ion-navbar": HTMLIonNavbarElement;
}
namespace JSX {
interface IntrinsicElements {
"ion-navbar": JSXElements.IonNavbarAttributes;
}
}
namespace JSXElements {
export interface IonNavbarAttributes extends HTMLAttributes {
backButtonIcon?: string;
backButtonText?: string;
hidden?: boolean;
hideBackButton?: boolean;
}
}
}
import {
Note as IonNote
} from './components/note/note';