Skip to content

Commit

Permalink
Merge pull request #165 from azoson/th-extends-table-cell
Browse files Browse the repository at this point in the history
th には scope や colspan を指定できます
  • Loading branch information
ryota-ka authored Aug 23, 2024
2 parents e58bfac + a08994d commit b624913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ declare namespace Snabbdom {
}

namespace HTMLTableHeaderCellElement {
interface Props extends HTMLElement.Props {}
interface Props extends HTMLTableCellElement.Props {}
}

namespace HTMLTableRowElement {
Expand Down

0 comments on commit b624913

Please sign in to comment.