Skip to content

Commit

Permalink
Merge pull request teslamotors#440 from jkaravakis/patch-3
Browse files Browse the repository at this point in the history
Multistep typing to include initialStep prop.
  • Loading branch information
joepuzzo authored Jan 18, 2023
2 parents a1243ec + 6602145 commit a8ab778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,11 @@ declare namespace ArrayField {
}

declare function Multistep({
children
children,
initialStep
}: {
children: JSX.Element | JSX.Element[];
initialStep: string;
}): JSX.Element;

declare namespace Multistep {
Expand Down

0 comments on commit a8ab778

Please sign in to comment.