1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Replaceable component

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-13 09:22:13 +02:00
parent ef1a1ebe12
commit 931bba747a

View File

@@ -35,6 +35,7 @@ interface IProps {
onHeightChanged?(): void; onHeightChanged?(): void;
} }
@replaceableComponent("views.rooms.ReplyTile")
export default class ReplyTile extends React.PureComponent<IProps> { export default class ReplyTile extends React.PureComponent<IProps> {
static defaultProps = { static defaultProps = {
onHeightChanged: () => {}, onHeightChanged: () => {},