From 6e0fb4099be1a9020a1f6ac0ea60ebd05f5229f7 Mon Sep 17 00:00:00 2001 From: jacques-vernay <57658132+jacques-vernay@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:56:40 +0100 Subject: [PATCH] fix: multistatecheckbox typo (#5753) --- components/lib/api/api.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/api/api.d.ts b/components/lib/api/api.d.ts index 213b4140e7..f0e08d982b 100644 --- a/components/lib/api/api.d.ts +++ b/components/lib/api/api.d.ts @@ -497,7 +497,7 @@ export interface PrimeReactPTOptions { /** * Custom passthrough(pt) options for MultiStateCheckbox. */ - multisatecheckbox?: MultiStateCheckboxPassThroughOptions; + multistatecheckbox?: MultiStateCheckboxPassThroughOptions; /** * Custom passthrough(pt) options for OrderList. */