We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84780b1 commit 20db86dCopy full SHA for 20db86d
packages/playwright-ct-core/types/component.d.ts
@@ -14,8 +14,6 @@
14
* limitations under the License.
15
*/
16
17
-import type { ImportRegistry } from '../src/injected/importRegistry';
18
-
19
type JsonPrimitive = string | number | boolean | null;
20
type JsonValue = JsonPrimitive | JsonObject | JsonArray;
21
type JsonArray = JsonValue[];
0 commit comments