@@ -23,7 +23,7 @@ import { JSX } from 'react';
|
||||
|
||||
/**
|
||||
* Parameters for creating a DevTools route extension
|
||||
* @alpha
|
||||
* @public
|
||||
*/
|
||||
export interface DevToolsRouteBlueprintParams {
|
||||
path: string;
|
||||
@@ -44,8 +44,7 @@ export interface DevToolsRouteBlueprintParams {
|
||||
* }
|
||||
* });
|
||||
* ```
|
||||
*
|
||||
* @alpha
|
||||
* @public
|
||||
*/
|
||||
export const DevToolsRouteBlueprint = createExtensionBlueprint({
|
||||
kind: 'devtools-route',
|
||||
|
||||
@@ -19,7 +19,7 @@ import { JSX } from 'react';
|
||||
|
||||
/**
|
||||
* Represents a DevTools route that can be contributed by extensions
|
||||
* @alpha
|
||||
* @public
|
||||
*/
|
||||
export interface DevToolsRouteData {
|
||||
path: string;
|
||||
@@ -29,7 +29,7 @@ export interface DevToolsRouteData {
|
||||
|
||||
/**
|
||||
* Extension data reference for DevTools routes
|
||||
* @alpha
|
||||
* @public
|
||||
*/
|
||||
export const devToolsRouteDataRef =
|
||||
createExtensionDataRef<DevToolsRouteData>().with({
|
||||
|
||||
Reference in New Issue
Block a user