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