import { IPSDropDownList } from './ipsdrop-down-list'; /** * * 继承父接口类型值[MDROPDOWNLIST] * @export * @interface IPSMDropDownList */ export type IPSMDropDownList = IPSDropDownList; //# sourceMappingURL=ipsmdrop-down-list.d.ts.map