UNPKG
@edge-store/react
Version:
alpha (0.0.0-alpha.8)
better-ts (0.0.0-alpha-.0)
latest (0.0.0-alpha.8)
next (0.0.0-alpha.11)
0.0.0-alpha-.0
0.0.0-alpha.11
0.0.0-alpha.10
0.0.0-alpha.9
0.0.0-alpha.8
0.0.0-alpha.7
0.0.0-alpha.6
0.0.0-alpha.5
0.0.0-alpha.4
0.0.0-alpha.3
0.0.0-alpha.2
0.0.0-alpha.1
0.0.0-alpha.0
Image Handling for React/Next.js
edge-store.com
edgestorejs/edge-store
@edge-store/react
/
providers
/
EdgeStoreProvider.d.ts
8 lines
•
286 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Provider
}
from
"./types"
;
export
type
EdgeStoreProviderOptions
= {
accessKey
?:
string
;
secretKey
?:
string
;
baseUrl
?:
string
; };
export
default
function
EdgeStoreProvider
(
options
?:
EdgeStoreProviderOptions
):
Provider
;
//# sourceMappingURL=EdgeStoreProvider.d.ts.map