Skip to content

Commit

Permalink
export types too from jsconfig module (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 authored Dec 20, 2023
1 parent 4a5104a commit e040191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsonConfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iobroker/json-config",
"description": "This package contains the ioBroker JSON config UI components",
"version": "1.0.1",
"version": "1.0.2",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/jsonConfig/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import JsonConfigComponent from './JsonConfigComponent/index';
import ConfigPanel from './JsonConfigComponent/ConfigPanel';
import ConfigGeneric from './JsonConfigComponent/ConfigGeneric';

export type * from './JsonConfigComponent/ConfigGeneric';

export {
JsonConfig,
JsonConfigComponent,
Expand Down

0 comments on commit e040191

Please sign in to comment.