Functions: createExternalRoute()
Call Signature
ts
function createExternalRoute<TOptions>(options): ToRoute<TOptions, undefined>;Type Parameters
| Type Parameter |
|---|
TOptions extends WithHooks & object & WithHost & WithoutParent |
Parameters
| Parameter | Type |
|---|---|
options | TOptions |
Returns
ToRoute<TOptions, undefined>
Call Signature
ts
function createExternalRoute<TOptions>(options): ToRoute<TOptions, undefined>;Type Parameters
| Type Parameter |
|---|
TOptions extends WithHooks & object & WithoutHost & WithParent |
Parameters
| Parameter | Type |
|---|---|
options | TOptions |
Returns
ToRoute<TOptions, undefined>