We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6daee commit aa187c5Copy full SHA for aa187c5
src/HoverReactionsBar.ts
@@ -0,0 +1 @@
1
+export * from './controls/HoverReactionsBar/index';
src/index.ts
@@ -16,6 +16,7 @@ export * from './FolderExplorer';
16
export * from './FolderPicker';
17
export * from './IconPicker';
18
export * from './Pagination';
19
+export * from './HoverReactionsBar';
20
21
export * from './IFrameDialog';
22
export * from './IFramePanel';
0 commit comments