@progress/sitefinity-nextjs-sdk
Version:
Provides OOB widgets developed using the Next.js framework, which includes an abstraction layer for Sitefinity communication. Additionally, it offers an expanded API, typings, and tools for further development and integration.
8 lines (7 loc) • 294 B
TypeScript
export * from './registration';
export * from './registration-form.client';
export * from './registration.entity';
export * from './interfaces/post-registration-action';
export * from './interfaces/registration.view-props';
export * from './registration.view';
export * from '../common/index';