ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular
12 lines (11 loc) • 320 B
TypeScript
import { ElementRef, Renderer } from '@angular/core';
import { Config } from '../../config/config';
import { Ion } from '../ion';
/**
* @hidden
*/
export declare class ListHeader extends Ion {
private _id;
constructor(config: Config, renderer: Renderer, elementRef: ElementRef, _id: string);
id: string;
}