1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Add some member access qualifiers

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-09-28 07:48:56 +02:00
parent 05b83d1fae
commit 14f547f0eb
2 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ interface IProps {
export default class NodeAnimator extends React.Component<IProps> {
private nodes = {};
private children: { [key: string]: React.DetailedReactHTMLElement<any, HTMLElement> };
static defaultProps: Partial<IProps> = {
public static defaultProps: Partial<IProps> = {
startStyles: [],
};