Skip to content

Commit d07344f

Browse files
committed
fix: checkbox size typing issues
1 parent fd25450 commit d07344f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/primitives/Checkbox/types.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ export interface InterfaceCheckbox extends InterfaceBoxProps<ICheckboxProps> {
7575
* The size (width and height) of the checkbox.
7676
* @default 'md'
7777
*/
78-
size?:
79-
| ResponsiveValue<'sm' | 'md' | 'lg'>
80-
| ThemeComponentSizeType<'Checkbox'>;
78+
size?: ThemeComponentSizeType<'Checkbox'>;
8179
/**
8280
* If given, will use this icon instead of the default.
8381
*/

0 commit comments

Comments
 (0)