chore: fix some eslint warnings

This commit is contained in:
M. George Hansen 2020-06-03 17:52:54 -07:00
parent 6736d8ab68
commit ea703e8f5e
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
4 changed files with 382 additions and 6 deletions

View file

@ -38,6 +38,7 @@ export function createElement(
...children: Element[]
): HTMLElement;
export function createElement(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
type: string | Component<any>,
props: object | null,
...children: Element[]