angular-hover-gradient-button
Version:
The Angular Hover Gradient Button is a customizable, easy-to-use Angular button with a hover gradient effect on hover.
14 lines (13 loc) • 716 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AngularHoverGradientButton {
button: ElementRef;
get bg(): string;
get hover(): string;
backgroundColor: string;
hoverColor: string;
constructor();
onMouseMove(event: MouseEvent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AngularHoverGradientButton, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AngularHoverGradientButton, "angular-hover-gradient-button", never, { "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "hoverColor": { "alias": "hoverColor"; "required": false; }; }, {}, never, ["[slot='left']", "*", "[slot='right']"], true, never>;
}