getOppositePlacement.d.ts 128 B

1234
  1. /**
  2. * Get the opposite placement of the given one
  3. */
  4. export declare function getOppositePlacement(placement: string): string;