UNPKG
@baqhub/sdk-react-native
Version:
latest (0.1.28)
0.1.28
0.1.27
0.1.23
0.1.20
0.1.19
0.1.18
The official React Native SDK for the BAQ federated app platform.
baq.dev
baqhub/baq
@baqhub/sdk-react-native
/
build
/
cjs
/
src
/
asyncStorageAdapter.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
import
{
StorageAdapter
}
from
"@baqhub/sdk-react"
;
export
declare
const
asyncStorageAdapter
:
StorageAdapter
;