UNPKG
@vue-storefront/storyblok
Version:
latest (0.4.0)
rc (0.4.0-rc.0)
0.4.0
0.4.0-rc.0
0.3.0
0.2.3
0.2.2
0.2.0
0.1.2
0.1.1
0.1.0
Storyblok CMS integration with Vue Storefront
github.com/vuestorefront/storyblok
@vue-storefront/storyblok
/
lib
/
api.d.ts
3 lines
•
274 B
TypeScript
View Raw
1
2
3
import
{
ApiContext
,
ContentSearchParams
}
from
'./types'
;
export
declare
const
getContent
:
(
{ client: Client, config }:
ApiContext
, { id, url, custom, cache, locale, relations, version, }:
ContentSearchParams
) =>
Promise
<[] |
void
| {}>;
//# sourceMappingURL=api.d.ts.map