Skip to content

Commit 38df33b

Browse files
committed
remove extraneous type
1 parent 6b76c98 commit 38df33b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

index.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,3 @@ export function compose<R>(
669669
): (...args: any[]) => R
670670

671671
export function compose<R>(...funcs: Function[]): (...args: any[]) => R
672-
673-
export const __DO_NOT_USE__ActionTypes: {
674-
INIT: string
675-
REPLACE: string
676-
PROBE_UNKNOWN_ACTION: () => string
677-
}

0 commit comments

Comments
 (0)