tdesign-mobile-vue
Version:
tdesign-mobile-vue
12 lines (11 loc) • 458 B
TypeScript
import _Steps from './steps';
import _StepItem from './step-item';
import { WithInstallType } from '../shared';
import { TdStepsProps, TdStepItemProps } from './type';
import './style';
export * from './type';
export declare type StepItemProps = TdStepItemProps;
export declare type StepsProps = TdStepsProps;
export declare const StepItem: WithInstallType<typeof _StepItem>;
export declare const Steps: WithInstallType<typeof _Steps>;
export default Steps;