sb-element
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.0.1. It is a component library constructed around the SCSS library [Sb-Theming](https://github.com/SeverinBuchser/SbTheming) and supports [Angular Schematics]
22 lines (21 loc) • 1.05 kB
TypeScript
import { ElementRef, EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
declare const SbTooltipCore: import("../../core").Constructor<import("../../core").CanClassName> & import("../../core").AbstractConstructor<import("../../core").CanClassName> & {
new (_elementRef: ElementRef): {
_elementRef: ElementRef;
};
};
export declare class SbTooltipComponent extends SbTooltipCore {
showStart: EventEmitter<void>;
showEnd: EventEmitter<void>;
hideStart: EventEmitter<void>;
hideEnd: EventEmitter<void>;
visible: boolean;
text: string;
delay: number;
position: string;
constructor(elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<SbTooltipComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SbTooltipComponent, "sb-tooltip", never, { "visible": "visible"; "text": "text"; "delay": "delay"; "position": "position"; }, { "showStart": "showStart"; "showEnd": "showEnd"; "hideStart": "hideStart"; "hideEnd": "hideEnd"; }, never, ["*"]>;
}
export {};