docs(core-compat-api): update api reports

Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
Camila Belo
2024-02-13 11:21:05 +01:00
parent 76173663b7
commit f25e9ff96b
+9
View File
@@ -69,6 +69,15 @@ export class NoOpAnalyticsApi implements AnalyticsApi, AnalyticsApi_2 {
captureEvent(_event: AnalyticsEvent | AnalyticsEvent_2): void;
}
// @public
export function SystemIcon(props: SystemIconProps): React_2.JSX.Element;
// @public
export type SystemIconProps = {
id: string;
fallback?: JSX.Element;
};
// @public
export type ToNewRouteRef<T extends RouteRef | SubRouteRef | ExternalRouteRef> =
T extends RouteRef<infer IParams>