Skip to content

Commit

Permalink
Patch enum exports
Browse files Browse the repository at this point in the history
  • Loading branch information
natoverse committed Apr 26, 2023
1 parent 9957556 commit 0be2108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@essex/components",
"version": "3.8.1",
"version": "3.8.2",
"description": "A set of visual components that include built-in thematic",
"type": "module",
"main": "src/index.ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ export type {
SettingsConfig,
SettingConfig,
ControlParams,
ControlType,
DataType,
SettingsGroup,
} from './Settings/Settings.types.js'
export { ControlType, DataType } from './Settings/Settings.types.js'
export * from './ToggleLink/ToggleLink.js'
export * from './ToolPanel/ToolPanel.js'
export type {
Expand Down

0 comments on commit 0be2108

Please sign in to comment.