import { IPSPicker } from './ipspicker'; /** * * 继承父接口类型值[MOBMPICKER] * @export * @interface IPSMPicker */ export type IPSMPicker = IPSPicker;