Skip to content

Commit

Permalink
chore(select): run build
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Nov 15, 2024
1 parent 52573a2 commit aa26bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3284,7 +3284,7 @@ export namespace Components {
*/
"shape"?: 'soft' | 'round' | 'rectangular';
/**
* Set to `"small"` for a select with less height, `"medium"` for the default select height, or `"large"` for a select with more height. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
* The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. The default size is "medium". Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
*/
"size"?: 'small' | 'medium' | 'large';
/**
Expand Down Expand Up @@ -8712,7 +8712,7 @@ declare namespace LocalJSX {
*/
"shape"?: 'soft' | 'round' | 'rectangular';
/**
* Set to `"small"` for a select with less height, `"medium"` for the default select height, or `"large"` for a select with more height. Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
* The size of the select. If "large" it will increase the height of the select, while "small" and "medium" provide progressively smaller heights. The default size is "medium". Defaults to `"medium"` for the ionic theme, and undefined for all other themes.
*/
"size"?: 'small' | 'medium' | 'large';
/**
Expand Down

0 comments on commit aa26bae

Please sign in to comment.