Implement group story reply deletion

This commit is contained in:
Alvaro
2022-11-04 07:22:07 -06:00
committed by GitHub
parent 7164b603e9
commit 4445ef80eb
26 changed files with 1218 additions and 934 deletions

View File

@@ -32,7 +32,7 @@ export type OwnProps = Readonly<{
onClose: () => unknown;
onTopOfEverything?: boolean;
theme?: Theme;
title?: string | React.ReactNode;
title?: React.ReactNode;
}>;
export type Props = OwnProps;