import { Model } from "./Model" import { ComponentFunc } from "../../base" import { Service } from './Service' import { IProps } from "../../../@types/Input" import React from "react" export const Input = function (props: IProps, bool?: boolean): any { if (typeof bool !== "boolean") { const Template: any = ComponentFunc({ props, bool: true, Model, Service }) return