@remit/ui 0.0.65 → 0.0.67
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/src/index.ts
CHANGED
|
@@ -207,6 +207,13 @@ export {
|
|
|
207
207
|
type ResultFolder,
|
|
208
208
|
roleIcon,
|
|
209
209
|
} from "./components/folder-role.js";
|
|
210
|
+
export {
|
|
211
|
+
type FolderTreeNode,
|
|
212
|
+
FolderTreePicker,
|
|
213
|
+
type FolderTreePickerLabels,
|
|
214
|
+
type FolderTreePickerProps,
|
|
215
|
+
type FolderTreeRow,
|
|
216
|
+
} from "./components/folder-tree-picker.js";
|
|
210
217
|
export {
|
|
211
218
|
Input,
|
|
212
219
|
type InputProps,
|