Skip to content

Commit

Permalink
Fix tokens API
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Sep 11, 2023
1 parent 81d1654 commit 7348a08
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/lab/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export interface IRisePreviewTracker extends IWidgetTracker<RisePreview> {}
* The Rise Preview tracker token.
*/
export const IRisePreviewTracker = new Token<IRisePreviewTracker>(
'jupyterlab-rise:IRisePreviewTracker',
'Adds a tracker for RISE slides preview widgets.'
'jupyterlab-rise:IRisePreviewTracker'
);

/**
Expand All @@ -40,6 +39,5 @@ export interface IRisePreviewFactory {
* RISE Preview factory token.
*/
export const IRisePreviewFactory = new Token<IRisePreviewFactory>(
'jupyterlab-rise:IRisePreviewFactory',
'Customize the RISE slides preview factory.'
'jupyterlab-rise:IRisePreviewFactory'
);

0 comments on commit 7348a08

Please sign in to comment.