UNPKG

@ng-flexy/layout

Version:

Flexy components and tools to build Angular 8+ applications

4 lines (3 loc) 236 B
import { FlexyLayoutComponentSchema } from '../model/layout-schema.model'; import { Renderer2 } from '@angular/core'; export declare function bindAttributes(schema: FlexyLayoutComponentSchema, nativeEl: any, renderer: Renderer2): void;