tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 301 B
TypeScript
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;