UNPKG

flexlayout-react-v7-react-19

Version:

A multi-tab docking layout manager

10 lines (8 loc) 191 B
export class Action { type: string; data: Record<string, any>; constructor(type: string, data: Record<string, any>) { this.type = type; this.data = data; } }