Skip to content

Commit

Permalink
Multistep typing to include initialStep prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaravakis authored Jan 18, 2023
1 parent a9af0cb commit 6602145
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 6602145

Please sign in to comment.