Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Enable support for typed children using TSX #682

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/tsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ declare global {
interface ElementAttributesProperty {
properties: {};
}
interface ElementChildrenAttribute {
children: {};
}
interface IntrinsicElements {
[key: string]: VirtualDomProperties;
}
Expand Down