Variable ZERO_RECTConst

ZERO_RECT: Readonly<{
    height: 0;
    left: 0;
    top: 0;
    width: 0;
}> = ...

Type declaration

  • height: 0
  • left: 0
  • top: 0
  • width: 0