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