UNPKG

ng-devui

Version:

DevUI components based on Angular

11 lines (10 loc) 355 B
import { GridStackNode, GridStackOptions } from 'gridstack'; export declare const DashBoardGridStackDefaultOption: GridStackOptions; export interface GridStackNodeCompatibleWithV2 { x?: number; y?: number; width?: number; height?: number; } export interface GridStackNodeCompatible extends GridStackNode, GridStackNodeCompatibleWithV2 { }