Skip to content

Commit

Permalink
fix(TS): make refKey optional in GetRootPropsOptions (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
silviuaavram authored Nov 23, 2022
1 parent 1cbb53a commit d62ba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ type StateChangeFunction<Item> = (
) => Partial<StateChangeOptions<Item>>

export interface GetRootPropsOptions {
refKey: string
refKey?: string
}

export interface GetInputPropsOptions
Expand Down

0 comments on commit d62ba91

Please sign in to comment.