getOppositeVariation.d.ts 138 B

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