UNPKG

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