UNPKG

app-draggable-portlets-template

Version:

An easy implementation of draggable portlets for Angular, where you can load all portlets by a data json file.

6 lines (5 loc) 124 B
import { Column } from './column'; export declare class Data { columns: Array<Column>; columnsCount: number; }