chore: fix some eslint warnings
This commit is contained in:
parent
89d599598d
commit
dc7167475c
4 changed files with 382 additions and 6 deletions
|
|
@ -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[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue