Skip to content

Commit

Permalink
fix: multistatecheckbox typo (#5753)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-vernay committed Jan 12, 2024
1 parent 3d78cc3 commit 6e0fb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/api/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ export interface PrimeReactPTOptions {
/**
* Custom passthrough(pt) options for MultiStateCheckbox.
*/
multisatecheckbox?: MultiStateCheckboxPassThroughOptions;
multistatecheckbox?: MultiStateCheckboxPassThroughOptions;
/**
* Custom passthrough(pt) options for OrderList.
*/
Expand Down

0 comments on commit 6e0fb40

Please sign in to comment.