Skip to content

Commit 7ecc282

Browse files
coolassassinDmitrii Kamenskikh
and
Dmitrii Kamenskikh
authored
build: export step to fix isolated modules bug (#23)
Co-authored-by: Dmitrii Kamenskikh <[email protected]>
1 parent 97c272b commit 7ecc282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/provide.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type OmitInChildren<Children extends readonly UnknownDependencyTree[], Keys> = {
44
readonly [Index in keyof Children]: OmitDependencies<Children[Index], Keys>
55
}
66

7-
type Step<Tree extends UnknownDependencyTree, Keys> = {
7+
export type Step<Tree extends UnknownDependencyTree, Keys> = {
88
readonly type: Tree['type']
99
readonly name: Tree['name']
1010
readonly optional: Tree['optional']

0 commit comments

Comments
 (0)