Remove type name from JSDoc comments
Signed-off-by: Dylan O'Gara <dogara@webstaurantstore.com>
This commit is contained in:
@@ -56,7 +56,7 @@ const DEFAULT_MOCK_CONFIG = {
|
||||
export type TestAppOptions<TApiPairs extends any[] = any[]> = {
|
||||
/**
|
||||
* An object of paths to mount route ref on, with the key being the path and the value
|
||||
* being the RouteRef that the path will be bound to. This allows the route refs to be
|
||||
* being the route ref that the path will be bound to. This allows the route refs to be
|
||||
* used by `useRouteRef` in the rendered elements.
|
||||
*
|
||||
* @example
|
||||
|
||||
@@ -73,7 +73,7 @@ export type RenderTestAppOptions<TApiPairs extends any[] = any[]> = {
|
||||
|
||||
/**
|
||||
* An object of paths to mount route refs on, with the key being the path and
|
||||
* the value being the RouteRef that the path will be bound to. This allows
|
||||
* the value being the route ref that the path will be bound to. This allows
|
||||
* the route refs to be used by `useRouteRef` in the rendered elements.
|
||||
*
|
||||
* @example
|
||||
|
||||
Reference in New Issue
Block a user