Skip to content

Commit 24d0238

Browse files
committed
Revert "enhance"
This reverts commit 46779ee.
1 parent d862ccc commit 24d0238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import type { StaticActivityComponentType } from "../__internal__/StaticActivityComponentType";
22

3-
export type ActivityComponentType<T extends {} = {}> =
3+
export type ActivityComponentType<T extends { [K in keyof T]: any } = {}> =
44
StaticActivityComponentType<T>;

0 commit comments

Comments
 (0)