mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-05 01:48:10 +08:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
import { installable } from '../utils';
|
|
import _Stepper from './Stepper';
|
|
|
|
const Stepper = installable(_Stepper);
|
|
|
|
export default Stepper;
|
|
export { Stepper };
|