mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-25 18:14:06 +03:00
4 lines
142 B
TypeScript
4 lines
142 B
TypeScript
declare module '@local/playwright-tooling' {
|
|
export function playwrightRollup(): void;
|
|
export function expectSuccess(page: any): void;
|
|
} |