markmap
    Preparing search index...

    Type Alias CSSStylesheetItem

    type CSSStylesheetItem = {
        data: { href: string };
        loaded?: Promise<void>;
        type: "stylesheet";
    }
    Index

    Properties

    Properties

    data: { href: string }
    loaded?: Promise<void>
    type: "stylesheet"