UNPKG

@ng-flexy/layout

Version:

Flexy components and tools to build Angular 8+ applications

9 lines (8 loc) 333 B
import { ElementRef, Renderer2 } from '@angular/core'; import { FlexyLayoutComponentSchema } from '../model/layout-schema.model'; export declare class FlexyAttributesDirective { private el; private renderer; set componentSchema(schema: FlexyLayoutComponentSchema); constructor(el: ElementRef, renderer: Renderer2); }