Icard/angular-clarity-master(work.../node_modules/primeng/icons/eyeslash/eyeslash.d.ts

9 lines
364 B
TypeScript
Raw Normal View History

2024-07-16 15:23:22 +00:00
import { BaseIcon } from 'primeng/baseicon';
import * as i0 from "@angular/core";
export declare class EyeSlashIcon extends BaseIcon {
pathId: string;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<EyeSlashIcon, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EyeSlashIcon, "EyeSlashIcon", never, {}, {}, never, never, true, never>;
}