Skip to content

Commit 2205231

Browse files
committed
refactor: update deps and fix deprecations
1 parent 05d6624 commit 2205231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/h.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {incorporate} from './incorporate';
1010

1111
export type PropsExtensions = {
1212
sel?: string | symbol;
13+
domProps?: any
1314
};
1415

1516
type PropsLike<P> = P & PropsExtensions & Attributes;

0 commit comments

Comments
 (0)