Skip to content

Commit

Permalink
chore(ct): export MountResult
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed Feb 6, 2024
1 parent 7ad0672 commit 6e987a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-ct-web/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface MountOptions<HooksConfig extends JsonObject, Component extends
hooksConfig?: HooksConfig;
}

interface MountResult<Component extends HTMLElement> extends Locator {
export interface MountResult<Component extends HTMLElement> extends Locator {
unmount(): Promise<void>;
update(options: {
props?: Partial<ComponentProps<Component>>;
Expand Down

0 comments on commit 6e987a3

Please sign in to comment.