/** * @description δΈ‹ζ‹‰θœε• */ import { Model } from "./Model" import { ComponentFunc } from "../../base" import { Service } from './Service' import { IProps } from "../../../@types/SelectMenu"; import React from "react" export const SelectMenu = function (props: IProps, bool?: boolean): any { if (typeof bool !== "boolean") { const Template: any = ComponentFunc({ props, bool: true, Model, Service }) return