Skip to content

Commit b746799

Browse files
committed
fix: checkbox typing
1 parent 5c9cc55 commit b746799

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)