Skip to content

Commit d469c4e

Browse files
committed
Export tokens
Signed-off-by: martinRenou <[email protected]>
1 parent fbc9d1c commit d469c4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/jupyterlab-lsp/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ import { plugin as THEME_VSCODE } from '@krassowski/theme-vscode';
4949
import { plugin as THEME_MATERIAL } from '@krassowski/theme-material';
5050
import { CODE_OVERRIDES_MANAGER } from './overrides';
5151

52+
export * from './tokens';
53+
5254
export const codeCheckIcon = new LabIcon({
5355
name: 'lsp:codeCheck',
5456
svgstr: codeCheckSvg

0 commit comments

Comments
 (0)