UNPKG

@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) 272 B
export * from './login-form'; export * from './login-form.client'; export * from './login-form.entity'; export * from './interfaces/login-form.view-props'; export * from './interfaces/post-login-action'; export * from './login-form.view'; export * from '../common/index';