export from module

This commit is contained in:
Mads Rasmussen
2024-08-14 21:27:57 +02:00
parent 532980e2c3
commit 196bbc709c
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export * from './picker-modal-search.manager.js';
export * from './types.js';

View File

@@ -0,0 +1,3 @@
export interface UmbPickerModalSearchManagerConfig {
providerAlias: string;
}