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