Skip to content

Commit

Permalink
Makes initialStep for Multistep and optional prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaravakis authored Jan 23, 2023
1 parent 7480441 commit 69e1573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ declare function Multistep({
initialStep
}: {
children: JSX.Element | JSX.Element[];
initialStep: string;
initialStep?: string;
}): JSX.Element;

declare namespace Multistep {
Expand Down

0 comments on commit 69e1573

Please sign in to comment.