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