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