import { type ButtonHTMLAttributes, type FC, type ReactNode } from 'react'; type ScrollButtonProps = Omit, 'color' | 'type' | 'children'>; export type TableScrollHandlerLeftProps = ScrollButtonProps; export type TableScrollHandlerRightProps = ScrollButtonProps; /** * "Scroll left" control. All native button attributes (`data-analytics-id`, * `data-analytics-props`, `aria-*`, `id`, `ref`, any `data-*`) reach the * underlying `