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 73feb37 commit 5d77f39Copy full SHA for 5d77f39
src/index.d.ts
@@ -49,6 +49,6 @@ type Options =
49
export default function register<P = {}, S = {}>(
50
Component: AnyComponent<P, S>,
51
tagName?: string,
52
- propNames?: string[],
+ propNames?: (keyof P)[],
53
options?: Options
54
): HTMLElement;
0 commit comments