UNPKG

@infordata-web/portal-common-component-lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.14.

8 lines (7 loc) 220 B
import { Observable } from 'rxjs'; import InfoTipModel from '../info-tip.model'; export declare class InfoTipWrapperComponent { info$: Observable<InfoTipModel>; elseLabel: string; showIcon: boolean; }