Support for joining New Groups via invite links

This commit is contained in:
Scott Nonnenberg
2021-01-29 14:16:48 -08:00
committed by GitHub
parent c0510b08a5
commit a48b3e381e
41 changed files with 2532 additions and 381 deletions

View File

@@ -7,9 +7,9 @@ import { LocalizerType } from '../types/Util';
import { ConfirmationModal } from './ConfirmationModal';
export type PropsType = {
buttonText: string;
description: string;
title: string;
buttonText?: string;
description?: string;
title?: string;
onClose: () => void;
i18n: LocalizerType;