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.

12 lines (11 loc) 382 B
import React from 'react'; import { FormViewProps } from './form.view-props'; export declare function FormClient(props: FromContainerProps): import("react/jsx-runtime").JSX.Element; export interface FromContainerProps { children: React.ReactNode; className: string | undefined; viewProps: FormViewProps; formDataAttributes: { [key: string]: string; }; }