import * as React from 'react';
import {FieldStateProps, SelectDBValue, SelectProps} from "../../redux/FormComponents/FormComponents.types";
import { Text } from "react-sketchapp";

export const TextInput = (props: SelectProps & FieldStateProps<SelectDBValue>) => <Text>Select.sketch</Text>
