@samatawy/diagrams
    Preparing search index...

    Type Alias DiagramOpenStylesheetHandler

    DiagramOpenStylesheetHandler: (
        options?: StylesheetOpenOptions,
    ) =>
        | Promise<StylesheetOpenResult | undefined>
        | StylesheetOpenResult
        | undefined

    Type Declaration