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