Skip to content

Commit

Permalink
아일랜드 관련 JSX attribute 타입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Jun 3, 2024
1 parent 8e39568 commit f30983b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/// <reference types="@solidjs/start/env" />

import "@total-typescript/ts-reset/filter-boolean";

declare module "solid-js" {
namespace JSX {
interface IntrinsicAttributes {
"client:idle"?: boolean;
}
}
}

0 comments on commit f30983b

Please sign in to comment.