Skip to content

Commit 439bfc5

Browse files
authored
enabled partial sizes to the chip size (#3230)
1 parent e095f51 commit 439bfc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chip/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type ChipProps = ViewProps &
1717
/**
1818
* Chip's size. Number or a width and height object.
1919
*/
20-
size?: number | {width: number; height: number};
20+
size?: number | Partial<{width: number; height: number}>;
2121
/**
2222
* On Chip press callback
2323
*/

0 commit comments

Comments
 (0)