fix(ct): component type import path (#22296)

This commit is contained in:
Sander 2023-04-10 00:04:46 +02:00 committed by GitHub
parent 5cd9f83c7b
commit ec2dc92336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
import * as __pwReact from 'react';
import { createRoot as __pwCreateRoot } from 'react-dom/client';
/** @typedef {import('../playwright-test/types/component').Component} Component */
/** @typedef {import('../playwright-test/types/experimentalComponent').Component} Component */
/** @typedef {import('react').FunctionComponent} FrameworkComponent */
/** @type {Map<string, FrameworkComponent>} */

View File

@ -21,7 +21,7 @@
import __pwReact from 'react';
import __pwReactDOM from 'react-dom';
/** @typedef {import('../playwright-test/types/component').Component} Component */
/** @typedef {import('../playwright-test/types/experimentalComponent').Component} Component */
/** @typedef {import('react').FunctionComponent} FrameworkComponent */
/** @type {Map<string, FrameworkComponent>} */

View File

@ -20,7 +20,7 @@
import { render as __pwSolidRender, createComponent as __pwSolidCreateComponent } from 'solid-js/web';
import __pwH from 'solid-js/h';
/** @typedef {import('../playwright-test/types/component').Component} Component */
/** @typedef {import('../playwright-test/types/experimentalComponent').Component} Component */
/** @typedef {() => import('solid-js').JSX.Element} FrameworkComponent */
/** @type {Map<string, FrameworkComponent>} */

View File

@ -20,7 +20,7 @@
import { detach as __pwDetach, insert as __pwInsert, noop as __pwNoop } from 'svelte/internal';
/** @typedef {import('../playwright-test/types/component').Component} Component */
/** @typedef {import('../playwright-test/types/experimentalComponent').Component} Component */
/** @typedef {any} FrameworkComponent */
/** @typedef {import('svelte').SvelteComponent} SvelteComponent */

View File

@ -20,7 +20,7 @@
import __pwVue, { h as __pwH } from 'vue';
/** @typedef {import('../playwright-test/types/component').Component} Component */
/** @typedef {import('../playwright-test/types/experimentalComponent').Component} Component */
/** @typedef {import('vue').Component} FrameworkComponent */
/** @type {Map<string, FrameworkComponent>} */