diff --git a/index.d.ts b/index.d.ts index dd134163..3ae039cf 100644 --- a/index.d.ts +++ b/index.d.ts @@ -389,7 +389,7 @@ declare function Multistep({ initialStep }: { children: JSX.Element | JSX.Element[]; - initialStep: string; + initialStep?: string; }): JSX.Element; declare namespace Multistep {