Skip to content

Commit 10837bc

Browse files
authored
Merge pull request #4818 from GeekyAnts/release/3.3.8-rc.0
fix: checkbox typing
2 parents e4cfc01 + b746799 commit 10837bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/primitives/Checkbox/types.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export interface InterfaceCheckbox extends InterfaceBoxProps<ICheckboxProps> {
116116
/**
117117
* Icon related props can be passed in _icon.
118118
*/
119-
_icon?: IIconProps;
119+
_icon?: Partial<IIconProps>;
120120
/**
121121
* You can style interaction box around the checkbox using this.
122122
*/

0 commit comments

Comments
 (0)