UNPKG

angular-gridster2

Version:
8 lines (7 loc) 137 B
export interface GridsterItemS { x: number; y: number; rows: number; cols: number; [propName: string]: any; }