We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c71a2b commit f827c10Copy full SHA for f827c10
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