UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

11 lines 281 B
declare namespace cookie_d_exports { export { preview }; } /** * The well-known name of the cookie used to store a Prismic preview session's * ref. */ declare const preview = "io.prismic.preview"; //#endregion export { cookie_d_exports }; //# sourceMappingURL=cookie.d.cts.map