Skip to content

Commit

Permalink
fix: export type
Browse files Browse the repository at this point in the history
  • Loading branch information
alissa-tung committed Dec 31, 2023
1 parent 7541abd commit 5d25353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean4-infoview/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export { RpcContext } from './infoview/rpcSessions';
export { ServerVersion } from './infoview/serverVersion';
export { GoalLocation, GoalsLocation } from './infoview/goalLocation';
export { importWidgetModule, DynamicComponent, type DynamicComponentProps,
PanelWidgetProps } from './infoview/userWidget';
type PanelWidgetProps } from './infoview/userWidget';

export { InteractiveCode, InteractiveCodeProps } from './infoview/interactiveCode';
export { renderInfoview, mkInfoviewApi, Infoview } from './infoview/main';
Expand Down

0 comments on commit 5d25353

Please sign in to comment.