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