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