We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d6624 commit 2205231Copy full SHA for 2205231
src/h.ts
@@ -10,6 +10,7 @@ import {incorporate} from './incorporate';
10
11
export type PropsExtensions = {
12
sel?: string | symbol;
13
+ domProps?: any
14
};
15
16
type PropsLike<P> = P & PropsExtensions & Attributes;
0 commit comments