@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
12 lines (11 loc) • 515 B
TypeScript
import * as i0 from "@angular/core";
export declare class DokuTypography {
/**
* @default `body-l`
*/
variant: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'body-l' | 'body-m' | 'body-s' | 'component' | 'label';
protected get class(): string;
private getClassNameByVariant;
static ɵfac: i0.ɵɵFactoryDeclaration<DokuTypography, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DokuTypography, "[doku-typography]", ["dokuTypography"], { "variant": "variant"; }, {}, never, ["*"], true>;
}