Skip to content

Commit

Permalink
chore: stub further components
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Jan 5, 2024
1 parent 2c95954 commit afc1b28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/html/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export * from './expansion-panel/index';
// export * from './panelbar/index';
// export * from './splitter/index';
export * from './tilelayout/index';
// export * from './dock-manager/index';

// Data management
// export * from './grid/index';
Expand All @@ -114,6 +115,12 @@ export * from './timeline/index';
export * from './scrollview/index';
export * from './prompt/index';

// Dataviz
// export * from './dataviz/index';
// export * from './map/index';
// export * from './orgchart/index';
// export * from './signature/index';

// Editors
export * from './editor/index';

Expand Down

0 comments on commit afc1b28

Please sign in to comment.