Variable ZERO_MARGINConst

ZERO_MARGIN: Readonly<{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}> = ...

Type declaration

  • bottom: 0
  • left: 0
  • right: 0
  • top: 0