UNPKG

@biarri/flexlayout-react

Version:
7 lines 146 B
export class Action { constructor(type, data) { this.type = type; this.data = data; } } //# sourceMappingURL=Action.js.map