docs(core-compat-api): update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user