Commit b618986b authored by nanahira's avatar nanahira

fix duplicate declaration

parent 317126ca
...@@ -12,6 +12,7 @@ export function jsx( ...@@ -12,6 +12,7 @@ export function jsx(
declare global { declare global {
// eslint-disable-next-line @typescript-eslint/no-namespace // eslint-disable-next-line @typescript-eslint/no-namespace
namespace JSX { namespace JSX {
type Element = segment; // eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Element extends segment {}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment