We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d862ccc commit 24d0238Copy full SHA for 24d0238
integrations/react/src/stable/ActivityComponentType.tsx
@@ -1,4 +1,4 @@
1
import type { StaticActivityComponentType } from "../__internal__/StaticActivityComponentType";
2
3
-export type ActivityComponentType<T extends {} = {}> =
+export type ActivityComponentType<T extends { [K in keyof T]: any } = {}> =
4
StaticActivityComponentType<T>;
0 commit comments