UNPKG

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