Some small tidying up (#9149)
* Remove stale comment * Fix typing * Install katex type definitions
This commit is contained in:
parent
eb2e61e9cf
commit
5fbeb20df8
4 changed files with 9 additions and 3 deletions
|
@ -157,7 +157,7 @@ interface IScreen {
|
|||
params?: QueryDict;
|
||||
}
|
||||
|
||||
interface IProps { // TODO type things better
|
||||
interface IProps {
|
||||
config: IConfigOptions;
|
||||
serverConfig?: ValidatedServerConfig;
|
||||
onNewScreen: (screen: string, replaceLast: boolean) => void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue