theme: remove nonce field from react type workaround to unbreak material-table

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-01 22:00:13 +01:00
committed by Philipp Hugenroth
parent 623ed7527b
commit 1268ec01d9
-1
View File
@@ -43,7 +43,6 @@ declare global {
interface DOMAttributes<T> {
onResize?: (event: Event) => void;
onResizeCapture?: (event: Event) => void;
nonce?: string | undefined;
}
}
}