We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97c272b commit 7ecc282Copy full SHA for 7ecc282
packages/core/src/provide.ts
@@ -4,7 +4,7 @@ type OmitInChildren<Children extends readonly UnknownDependencyTree[], Keys> = {
4
readonly [Index in keyof Children]: OmitDependencies<Children[Index], Keys>
5
}
6
7
-type Step<Tree extends UnknownDependencyTree, Keys> = {
+export type Step<Tree extends UnknownDependencyTree, Keys> = {
8
readonly type: Tree['type']
9
readonly name: Tree['name']
10
readonly optional: Tree['optional']
0 commit comments