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