refactor(router): update stability labels (#10902)
This commit is contained in:
@ -10,14 +10,14 @@
|
||||
* Name of the primary outlet.
|
||||
* @type {string}
|
||||
*
|
||||
* @experimental
|
||||
* @stable
|
||||
*/
|
||||
export const PRIMARY_OUTLET = 'primary';
|
||||
|
||||
/**
|
||||
* A collection of parameters.
|
||||
*
|
||||
* @experimental
|
||||
* @stable
|
||||
*/
|
||||
export type Params = {
|
||||
[key: string]: any
|
||||
|
Reference in New Issue
Block a user