@bicycle-codes/ailuropoda
    Preparing search index...

    Interface Content

    alt should be an array of 'alt' strings, in the same order as the provided mentions.

    interface Content {
        alt?: string[];
        mentions?: string[];
        text: string;
    }
    Index

    Properties

    Properties

    alt?: string[]
    mentions?: string[]
    text: string