@moritzbrantner/diagrams - v0.1.1
    Preparing search index...

    Type Alias UmlDiagramSection

    type UmlDiagramSection = {
        id?: string;
        items: readonly React.ReactNode[];
        label?: React.ReactNode;
    }
    Index

    Properties

    Properties

    id?: string
    items: readonly React.ReactNode[]
    label?: React.ReactNode