updated api report

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-10-13 15:22:58 +02:00
parent afb13576c9
commit 5e2347ef68
+3 -3
View File
@@ -169,9 +169,6 @@ export type LogEvent = {
taskId: string;
};
// @alpha (undocumented)
export const nextRouteRef: RouteRef<undefined>;
// @alpha
export type NextCustomFieldValidator<TFieldReturnValue> = (
data: TFieldReturnValue,
@@ -204,6 +201,9 @@ export type NextFieldExtensionOptions<
validation?: NextCustomFieldValidator<TFieldReturnValue>;
};
// @alpha (undocumented)
export const nextRouteRef: RouteRef<undefined>;
// @alpha
export type NextRouterProps = {
components?: {