File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -890,7 +890,7 @@ export namespace Components {
890890 */
891891 "shape"?: 'soft' | 'round' | 'rectangular';
892892 /**
893- * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes .
893+ * Set to `"small"` for a chip with less height and padding. Defaults to `"medium"` .
894894 * @default 'medium'
895895 */
896896 "size"?: 'small' | 'medium' | 'large';
@@ -6861,7 +6861,7 @@ declare namespace LocalJSX {
68616861 */
68626862 "shape"?: 'soft' | 'round' | 'rectangular';
68636863 /**
6864- * Set to `"small"` for a chip with less height and padding. Defaults to `"large"` for the ionic theme, and undefined for all other themes .
6864+ * Set to `"small"` for a chip with less height and padding. Defaults to `"medium"` .
68656865 * @default 'medium'
68666866 */
68676867 "size"?: 'small' | 'medium' | 'large';
You can’t perform that action at this time.
0 commit comments