UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

11 lines 261 B
/** * Default Polen global data structure * This ensures we always have a consistent shape for hydration */ export const DEFAULT_POLEN_DATA = { serverContext: { theme: 'light', isDev: false, }, }; //# sourceMappingURL=constants.js.map