UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

10 lines 308 B
export declare class SubGroup { id: string; group: number; content: string; treeLevel: number; className: string; title: string; constructor(id: string, group: number, content: string, treeLevel: number, className: string, title?: string); } //# sourceMappingURL=subgroup.d.ts.map