mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(aspect-ratio): add missing 3x2 ratio
This commit is contained in:
parent
ce5348fdc0
commit
9a8bed6c1b
8 changed files with 28 additions and 21 deletions
2
types/AspectRatio/AspectRatio.d.ts
vendored
2
types/AspectRatio/AspectRatio.d.ts
vendored
|
@ -7,7 +7,7 @@ export interface AspectRatioProps
|
|||
* Specify the aspect ratio
|
||||
* @default "2x1"
|
||||
*/
|
||||
ratio?: "2x1" | "16x9" | "4x3" | "1x1" | "3x4" | "9x16" | "1x2";
|
||||
ratio?: "2x1" | "16x9" | "4x3" | "1x1" | "3x4" | "3x2" | "9x16" | "1x2";
|
||||
}
|
||||
|
||||
export default class AspectRatio extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue