mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-02 03:44:06 +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;
|
|
}
|