chore: resolve linting errors & warnings
This commit is contained in:
parent
63ce5e330b
commit
b0ef223c9d
11 changed files with 177 additions and 144 deletions
11
src/index.ts
11
src/index.ts
|
|
@ -6,13 +6,4 @@
|
|||
export { HTMLElement, Component } from "./component";
|
||||
export { UserConfig as Config } from "./config";
|
||||
export { createElement } from "./create-element";
|
||||
|
||||
import { HTMLElement } from "./component";
|
||||
import { IntrinsicElements as JsxIntrinsics } from "./jsx";
|
||||
|
||||
declare global {
|
||||
namespace JSX {
|
||||
type Element = HTMLElement;
|
||||
type IntrinsicElements = JsxIntrinsics;
|
||||
}
|
||||
}
|
||||
export * from "./jsx";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue