import { BoundingBox } from "@phosphor-icons/react"; import type { Rect } from "@core/geometry"; import { BottomControlDivider } from "./Divider"; import { bottomControlIconSlotClass, bottomControlLabelClass, bottomControlValueClass } from "./styles"; export type TransformControlsProps = { bounds: Rect; }; export function TransformControls({ bounds }: TransformControlsProps) { return (