Convert GeneralUserSettingsTab to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-09-21 13:45:38 +02:00
parent e88227dac8
commit 222427dae8
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D
2 changed files with 95 additions and 72 deletions

View file

@ -25,7 +25,7 @@ interface IProps {
policiesAndServicePairs: any[];
onFinished: (string) => void;
agreedUrls: string[]; // array of URLs the user has accepted
introElement: Node;
introElement: React.ReactNode;
}
interface IState {