UNPKG

@webwriter/flowchart

Version:

Create programming flowcharts with interactive tasks. Use standardized Elements such as loops and Branchings.

5 lines 128 B
export interface ItemList { titel: string; content: string; sequence?: { id: string; order: number; type: string }[]; }