UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 301 B
import _Stepper from './stepper'; import { WithInstallType } from '../shared'; import { TdStepperProps } from './type'; import './style'; export * from './type'; export declare type StepperProps = TdStepperProps; export declare const Stepper: WithInstallType<typeof _Stepper>; export default Stepper;