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