import React from "react" import UIjson from "./property/UI.json" import LifeCycleJson from "./property/LifeCycle.json" import EventJson from "./property/Event.json" import DataJson from "./property/Data.json" import { BaseProperty } from "../Base/BaseProperty" import { Service } from "./service" export { defaultProps } from "./property/defaultProps" export const SelectMenuProperty = function ({ controlKey, property }) { return }