Wagtail client-side components
    Preparing search index...
    interface CommentFormSetProps {
        comments: Comment[];
        remoteCommentCount: number;
    }
    Index

    Properties

    comments: Comment[]
    remoteCommentCount: number