mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-22 15:30:35 +03:00
change @local to @~local
This commit is contained in:
Vendored
+4
-4
@@ -1,4 +1,4 @@
|
||||
declare module '@local/playwright-tooling' {
|
||||
export function playwrightRollup(): void;
|
||||
export function expectSuccess(page: any): void;
|
||||
}
|
||||
declare module '@~local/playwright-tooling' {
|
||||
export function playwrightRollup(): void;
|
||||
export function expectSuccess(page: any): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user