Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Represents one of a few predefined aspect ratios available in LiftKit.
type LkAspectRatio =
| "auto"
| "1/1"
| "2.39/1"
| "2/1"
| "16/9"
| "3/2"
| "4/3"
| "5/4"
| "1/2.39"
| "1/2"
| "9/16"
| "4/5";
Types with similar roles.