UNPKG

ontotext-reusable-ui-components

Version:

Unified reusable UI components designed for the Ontotext ecosystem.

7 lines (6 loc) 193 B
import { ElementRef, Renderer2 } from '@angular/core'; export declare class CypressDataDirective { private el; private renderer; constructor(el: ElementRef, renderer: Renderer2); }