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