Perseus
    Preparing search index...
    type ArrayRule = {
        html?: ArrayNodeOutput<string>;
        react?: ArrayNodeOutput<ReactElements>;
        readonly [key: string]: ArrayNodeOutput<any>;
    }

    Indexable

    Index

    Properties

    Properties

    html?: ArrayNodeOutput<string>