From 6e987a36114a150ef6a4bc4c33bc376b2b09eece Mon Sep 17 00:00:00 2001 From: sand4rt Date: Tue, 6 Feb 2024 16:08:49 +0100 Subject: [PATCH] chore(ct): export MountResult --- playwright-ct-web/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright-ct-web/index.d.ts b/playwright-ct-web/index.d.ts index 5d00a18..748077b 100644 --- a/playwright-ct-web/index.d.ts +++ b/playwright-ct-web/index.d.ts @@ -40,7 +40,7 @@ export interface MountOptions extends Locator { +export interface MountResult extends Locator { unmount(): Promise; update(options: { props?: Partial>;