5 lines
230 B
TypeScript
5 lines
230 B
TypeScript
export * from 'vue';
|
|
export declare const install: () => void;
|
|
export declare function set(target: any, key: string | number | symbol, val: any): any;
|
|
export declare function del(target: any, key: string | number | symbol): void;
|