import { IconButton } from '@chakra-ui/react'; import type { TTableIconButton } from './types'; export const TableIconButton = (props: TTableIconButton) => ( );