mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-11 14:32:27 +03:00
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
declare module '*.vue' {
|
|
const vue: any;
|
|
export default vue;
|
|
}
|