novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
15 lines (14 loc) • 342 B
TypeScript
export declare class TooltipDirective {
tooltip: string;
position: string;
type: string;
size: string;
bounce: string;
noAnimate: boolean;
rounded: boolean;
always: boolean;
active: boolean;
isPosition(position: string): boolean;
isType(type: string): boolean;
isSize(size: string): boolean;
}