chore: fix some eslint warnings

This commit is contained in:
M. George Hansen 2020-06-03 17:52:54 -07:00
parent cbd80f381c
commit dc6802e4c0
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[]