mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
Merge branch '2.x' into dev
This commit is contained in:
3
types/index.d.ts
vendored
3
types/index.d.ts
vendored
@@ -19,6 +19,7 @@ import { List } from './list';
|
||||
import { Locale } from './locale';
|
||||
import { Notify } from './notify';
|
||||
import { Picker } from './picker';
|
||||
import { Progress } from './progress';
|
||||
import { Sku } from './sku';
|
||||
import { Swipe } from './swipe';
|
||||
import { SwipeCell } from './swipe-cell';
|
||||
@@ -66,7 +67,6 @@ export class Pagination extends VanComponent {}
|
||||
export class Panel extends VanComponent {}
|
||||
export class PasswordInput extends VanComponent {}
|
||||
export class Popup extends VanComponent {}
|
||||
export class Progress extends VanComponent {}
|
||||
export class PullRefresh extends VanComponent {}
|
||||
export class Radio extends VanComponent {}
|
||||
export class RadioGroup extends VanComponent {}
|
||||
@@ -111,6 +111,7 @@ export {
|
||||
Locale,
|
||||
Notify,
|
||||
Picker,
|
||||
Progress,
|
||||
Sku,
|
||||
Swipe,
|
||||
SwipeCell,
|
||||
|
Reference in New Issue
Block a user