mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-12 11:50:22 +03:00
fix(ct): component type import path (#22296)
This commit is contained in:
parent
5cd9f83c7b
commit
ec2dc92336
@ -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>} */
|
||||
|
@ -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>} */
|
||||
|
@ -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>} */
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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>} */
|
||||
|
Loading…
Reference in New Issue
Block a user