@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
12 lines (11 loc) • 532 B
TypeScript
import { NgClass } from '@angular/common';
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DokuPageTitle {
private elementRef;
protected readonly classes: NgClass['ngClass'];
constructor(elementRef: ElementRef);
protected get hasIconLeft(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<DokuPageTitle, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DokuPageTitle, "doku-page-title", ["dokuPageTitle"], {}, {}, never, ["[icon-left]", "*"], true>;
}