7 lines
204 B
TypeScript
7 lines
204 B
TypeScript
/**
|
|
* Provider exports
|
|
*/
|
|
|
|
export { type IStackGalleryActor, StackGalleryAuthProvider } from './auth.provider.ts';
|
|
export { type IStorageConfig, StackGalleryStorageHooks } from './storage.provider.ts';
|