UNPKG

ng-cw-v12

Version:

Angular UI component library

17 lines (16 loc) 708 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BlurTextComponent implements OnInit { ncText: string; ncBlurColor: string; private _hover; set ncHover(val: boolean | string); get ncHover(): boolean; private _lockIcon; set ncLockIcon(val: boolean | string); get ncLockIcon(): boolean; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<BlurTextComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<BlurTextComponent, "nc-blur-text", never, { "ncText": "ncText"; "ncBlurColor": "ncBlurColor"; "ncHover": "ncHover"; "ncLockIcon": "ncLockIcon"; }, {}, never, never>; }