remove deprecations packages/core-plugin-api/src/routing/RouteRef.ts:27

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-15 17:05:13 -05:00
parent 351fc58fe2
commit 7e9f1118dc
@@ -23,17 +23,6 @@ import {
} from './types';
import { OldIconComponent } from '../icons/types';
/**
* @deprecated
* @internal
*/
export type RouteRefConfig<Params extends AnyParams> = {
params?: ParamKeys<Params>;
path?: string;
icon?: OldIconComponent;
title: string;
};
/**
* @internal
*/