@ema/js-base-library
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.2.0.
7 lines (6 loc) • 325 B
TypeScript
export declare class Css {
static getStyle(property: string, element?: HTMLElement): string;
static setStyle(property: string, value: any, element?: HTMLElement): void;
static getVar(property: string, element?: HTMLElement): string;
static setVar(property: string, value: any, element?: HTMLElement): void;
}