chore: move vant to packages folder (#9384)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { withInstall } from '../utils';
|
||||
import _Progress from './Progress';
|
||||
|
||||
export const Progress = withInstall(_Progress);
|
||||
export default Progress;
|
||||
export type { ProgressInstance } from './types';
|
||||
Reference in New Issue
Block a user