import { IPSStepper } from './ipsstepper'; /** * * 继承父接口类型值[SLIDER,MOBSLIDER] * @export * @interface IPSSlider */ export type IPSSlider = IPSStepper;