ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular
14 lines (13 loc) • 424 B
TypeScript
import { ElementRef, Renderer } from '@angular/core';
import { Config } from '../../config/config';
import { Ion } from '../ion';
import { Navbar } from './navbar';
import { Toolbar } from './toolbar';
/**
* @hidden
*/
export declare class ToolbarItem extends Ion {
inToolbar: boolean;
constructor(config: Config, elementRef: ElementRef, renderer: Renderer, toolbar: Toolbar, navbar: Navbar);
_buttons: any;
}