Wagtail client-side components
    Preparing search index...
    interface CommentReplyFormSetProps {
        prefix: string;
        remoteReplyCount: number;
        replies: CommentReply[];
    }
    Index

    Properties

    prefix: string
    remoteReplyCount: number
    replies: CommentReply[]