Created
February 10, 2025 14:21
-
-
Save sitefinitySDK/803f157b737075b023d8ea0b8c2c8811 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ViewPropsBase } from '@progress/sitefinity-nextjs-sdk'; | |
import { WidgetViewEntity } from '../widget-view-entity'; | |
export function CustomViewExample(props: ViewPropsBase<WidgetViewEntity>) { | |
return (<h1>Custom view for the widget view that overrides the default one</h1>); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment