export type TableHandleMenuProps = {
  orientation: "row" | "column";
};
