Skip to content

Commit

Permalink
wip: custom page elements via extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Oct 17, 2024
1 parent 6a5e624 commit 6794731
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export interface LegacyPluginToReactComponentParams {
componentDisplayName: string;
}


const legacyPluginToReactComponent = function <TProps extends Record<string, any>>(
params: LegacyPluginToReactComponentParams
) {
Expand Down

0 comments on commit 6794731

Please sign in to comment.