UNPKG

ngx-css-variables

Version:
9 lines (8 loc) 241 B
import { ElementRef, OnInit } from '@angular/core'; import { CssVars } from '../types'; export declare class CssVarsDirective implements OnInit { private el; cssVars: CssVars; constructor(el: ElementRef); ngOnInit(): void; }