Skip to main content

ResizeGripsCorner

Type Aliases

ArbitraryCorner

type ArbitraryCorner = "Arbitrary";

ProportionalCorner

type ProportionalCorner = "Proportional";

ResizeGripsCorner

type ResizeGripsCorner =
| ArbitraryCorner
| ProportionalCorner;
Was this page helpful?