UNPKG

@prezly/theme-kit-nextjs

Version:

Data layer and utility library for developing Prezly themes with NextJS

4 lines 188 B
export * from "./adapters/client.mjs"; // Convenience proxy-exports export * from '@prezly/theme-kit-core'; export * from '@prezly/theme-kit-intl'; export * from '@prezly/theme-kit-react';