mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
10 lines
406 B
TypeScript
10 lines
406 B
TypeScript
/**
|
|
* Legacy compatibility re-export for useBlobStorage.
|
|
* The actual implementation is in ./src/useBlobStorage.ts and uses
|
|
* the C++ DBAL REST API via fetch() instead of the TypeScript client.
|
|
*
|
|
* @deprecated Import from './src/useBlobStorage' or '@metabuilder/hooks' instead.
|
|
*/
|
|
export { useBlobStorage } from './src/useBlobStorage'
|
|
export type { UseBlobStorageReturn } from './src/useBlobStorage'
|