UNPKG

@factory-utils/tools

Version:

Set of genericised angular2+ components used in most of Advanced SCHEMA - Factory's projects.

13 lines (12 loc) 632 B
import { SimpleChanges } from '@angular/core'; import { HtmlInput } from '../../typings'; import * as i0 from "@angular/core"; export declare class TooltipComponent { content: string; disabled: HtmlInput; private readonly _defaultValues; isDisabled(): boolean; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "fut-tooltip", never, { "content": { "alias": "content"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], false, never>; }