Skip to content
Open
Prev Previous commit
Next Next commit
enhance
  • Loading branch information
orionmiz committed Jan 16, 2026
commit 46779ee2a8b68b0aa69b7691eb8e082b351d283e
2 changes: 1 addition & 1 deletion integrations/react/src/stable/ActivityComponentType.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { StaticActivityComponentType } from "../__internal__/StaticActivityComponentType";

export type ActivityComponentType<T extends { [K in keyof T]: any } = {}> =
export type ActivityComponentType<T extends {} = {}> =
StaticActivityComponentType<T>;
Loading