import * as React from 'react'; import { Select } from '@chakra-ui/core'; export const TableSelectShow = ({ value, onChange, children, ...props }) => ( );