@arcgis/lumina-compiler 4.33.0-next.68 → 4.33.0-next.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,6 +13,7 @@ export type CustomElementInterdependencies = Record<string, {
|
|
|
13
13
|
* will be added to those components instead of this file.
|
|
14
14
|
*/
|
|
15
15
|
referencedTagNames: string[];
|
|
16
|
+
referencedDeferredTagNames: string[];
|
|
16
17
|
readonly referencedBy: string[];
|
|
17
18
|
}>;
|
|
18
19
|
export declare const defaultBrowserTestProvider = "playwright";
|