matrix-react-sdk
Version:
SDK for matrix.org using React
16 lines (13 loc) • 425 B
text/typescript
/*
Copyright 2024 New Vector Ltd.
Copyright 2021 Šimon Brandner <simon.bra.ag@gmail.com>
Copyright 2021 Quirin Götz <codeworks@supercable.onl>
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
Please see LICENSE files in the repository root for full details.
*/
/* TODO: This should be later reworked into something more generic */
export enum Layout {
IRC = "irc",
Group = "group",
Bubble = "bubble",
}