Files
2026-02-13 22:02:30 +01:00

5 lines
229 B
TypeScript

export * from 'vue';
export declare const install: () => void;
export declare function set<T>(target: any, key: string | number | symbol, val: T): T;
export declare function del(target: any, key: string | number | symbol): void;