UNPKG

flexlayout-react

Version:

A multi-tab docking layout manager

10 lines 276 B
export class DropInfo { constructor(node, rect, location, index, className) { this.node = node; this.rect = rect; this.location = location; this.index = index; this.className = className; } } //# sourceMappingURL=DropInfo.js.map