You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Warning: (ae-incompatible-release-tags) The symbol "$renderCtx$" is marked as @public, but its signature references "RenderContext" which is marked as @alpha
304
+
// Warning: (ae-forgotten-export) The symbol "RenderContext" needs to be exported by the entry point index.d.ts
305
305
//
306
306
// (undocumented)
307
307
$renderCtx$?:RenderContext;
@@ -452,42 +452,6 @@ export type RenderableProps<P, RefType = any> = P & Readonly<{
452
452
children?:ComponentChildren;
453
453
}>;
454
454
455
-
// @alpha (undocumented)
456
-
exportinterfaceRenderContext {
457
-
// (undocumented)
458
-
$components$:ComponentCtx[];
459
-
// (undocumented)
460
-
$containerEl$:Element;
461
-
// Warning: (ae-forgotten-export) The symbol "ContainerState" needs to be exported by the entry point index.d.ts
462
-
//
463
-
// (undocumented)
464
-
$containerState$:ContainerState;
465
-
// (undocumented)
466
-
$doc$:Document;
467
-
// (undocumented)
468
-
$hostElements$:Set<Element>;
469
-
// (undocumented)
470
-
$operations$:RenderOperation[];
471
-
// Warning: (ae-forgotten-export) The symbol "RenderPerf" needs to be exported by the entry point index.d.ts
0 commit comments