pcm-shared-components 0.0.69 → 0.0.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,4 +6,5 @@ import HelpButton from './components/Buttons/HelpButton';
|
|
|
6
6
|
import GenericDialogWindow from './components/Dialogs/GenericDialogWindow';
|
|
7
7
|
import PcSharedComponentThemeInheritor from './components/PcSharedComponentThemeInheritor';
|
|
8
8
|
import ImageCanvasDraw from './components/Drawing/ImageCanvasDraw';
|
|
9
|
-
|
|
9
|
+
import PCMScrollbar from './components/Tools/PCMScrollbar';
|
|
10
|
+
export { TestButton, CodeHighlight, CustomFab, HelpButton, GenericDialogWindow, PcSharedComponentThemeInheritor, ImageCanvasDraw, PCMScrollbar };
|