@omnedia/ngx-shiny-text
Version:
A simple component library to animate text.
14 lines (13 loc) • 835 B
TypeScript
import { OnInit } from "@angular/core";
import * as i0 from "@angular/core";
export declare class NgxShinyTextComponent implements OnInit {
styleClass?: string;
set shimmerColor(color: string);
set textColor(color: string);
set shimmerWidth(width: string);
text: string;
style: any;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxShinyTextComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxShinyTextComponent, "om-shiny-text", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "shimmerColor": { "alias": "shimmerColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "shimmerWidth": { "alias": "shimmerWidth"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
}