mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-04 17:38:12 +08:00
9 lines
224 B
TypeScript
9 lines
224 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Stepper, { StepperTheme } from './Stepper';
|
|
|
|
const Stepper = withInstall<typeof _Stepper>(_Stepper);
|
|
|
|
export default Stepper;
|
|
export { Stepper };
|
|
export type { StepperTheme };
|