Perseus
    Preparing search index...
    type State = {
        inline?: boolean | null;
        key?: string | number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    inline?: boolean | null
    key?: string | number