mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[improvement] entry file ts (#2802)
This commit is contained in:
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
@@ -8,7 +8,7 @@ import { Lazyload } from './lazyload';
|
||||
import { Waterfall } from './waterfall';
|
||||
import { ImagePreview } from './image-preview';
|
||||
|
||||
export const version: string
|
||||
export const version: string;
|
||||
export function install (vue: typeof Vue): void
|
||||
export class Actionsheet extends VanComponent {}
|
||||
export class AddressEdit extends VanComponent {}
|
||||
@@ -80,4 +80,4 @@ export {
|
||||
Lazyload,
|
||||
Waterfall,
|
||||
ImagePreview
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user