Skip to content

Commit

Permalink
chore: export components helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
zhpenkov committed Jan 5, 2024
1 parent afc1b28 commit c42a8b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/html/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export * from './badge/index';
export * from './chip/index';
export * from './color-preview/index';
export * from './loader/index';
// export * from './skeleton/index';
export * from './skeleton/index';

// Native forms
export * from './form/index';
Expand Down Expand Up @@ -56,7 +56,7 @@ export * from './maskedtextbox/index';
export * from './multiselect/index';
export * from './multiselecttree/index';
export * from './numerictextbox/index';
// export * from './rating/index';
export * from './rating/index';
export * from './searchbox/index';
export * from './switch/index';
export * from './upload/index';
Expand Down Expand Up @@ -107,19 +107,19 @@ export * from './filter/index';

// Misc
// export * from './adaptive/index''
// export * from './chat/index';
export * from './chat/index';
// export * from './mediaplayer/index';
export * from './timeline/index';
// export * from './pdf-viewer/index';
export * from './pdf-viewer/index';
// export * from './scroller/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';
export * from './orgchart/index';
export * from './signature/index';

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

0 comments on commit c42a8b3

Please sign in to comment.