Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When typescript emit the types of useStepper it tries to inline them …
…in the .d.ts files. Those inline types for recursive types seems to get **Mad** with loop of T1_Head something. To avoid this issue I move the types to a reference .d.ts file handled in the source code.
- Loading branch information