2025-10-23 16:54:33 +00:00

3 lines
122 B
TypeScript

import type { Placement } from "../enums";
export default function getOppositePlacement(placement: Placement): Placement;