@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
8 lines (7 loc) • 373 B
TypeScript
import { NgClass } from '@angular/common';
import * as i0 from "@angular/core";
export declare class DokuAnchorLink {
protected readonly classes: NgClass['ngClass'];
static ɵfac: i0.ɵɵFactoryDeclaration<DokuAnchorLink, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DokuAnchorLink, "[doku-anchor-link]", ["dokuAnchorLink"], {}, {}, never, never, true>;
}