UNPKG

@ng-flexy/layout

Version:

Flexy components and tools to build Angular 8+ applications

5 lines (4 loc) 123 B
import { Type } from '@angular/core'; export interface FlexyLayoutComponentMap { [componentName: string]: Type<any>; }