jobsys-mpower
Version:
Enhanced component based on Taro & NutUI
45 lines (39 loc) • 1.71 kB
JavaScript
import "./index.scss"
import withInstall from "../../utils/withInstall"
import _MpField from "./MpField.jsx"
import _MpAddress, {
addressData as _addressData,
useAddressFullCode as _useAddressFullCode,
useAddressNameFormCode as _useAddressNameFormCode,
} from "./MpAddress.jsx"
import _MpCascader from "./MpCascader.jsx"
import _MpCheckbox from "./MpCheckbox.jsx"
import _MpDate from "./MpDate.jsx"
import _MpDatetime from "./MpDatetime.jsx"
import _MpTime from "./MpTime.jsx"
import _MpNumber from "./MpNumber.jsx"
import _MpRadio from "./MpRadio.jsx"
import _MpSelect from "./MpSelect.jsx"
import _MpSwitch from "./MpSwitch.jsx"
import _MpRate from "./MpRate.jsx"
import _MpSlider from "./MpSlider.jsx"
import _MpFieldUploader from "./MpFieldUploader.jsx"
import _MpForm from "./MpForm.jsx"
export const useAddressFullCode = _useAddressFullCode
export const useAddressNameFormCode = _useAddressNameFormCode
export const addressData = _addressData
export const MpAddress = withInstall(_MpAddress)
export const MpField = withInstall(_MpField)
export const MpCascader = withInstall(_MpCascader)
export const MpCheckbox = withInstall(_MpCheckbox)
export const MpDate = withInstall(_MpDate)
export const MpDatetime = withInstall(_MpDatetime)
export const MpTime = withInstall(_MpTime)
export const MpNumber = withInstall(_MpNumber)
export const MpRadio = withInstall(_MpRadio)
export const MpSelect = withInstall(_MpSelect)
export const MpSwitch = withInstall(_MpSwitch)
export const MpRate = withInstall(_MpRate)
export const MpSlider = withInstall(_MpSlider)
export const MpFieldUploader = withInstall(_MpFieldUploader)
export const MpForm = withInstall(_MpForm)