@dotcms/react
Advanced tools
Comparing version 0.0.1-alpha.29 to 0.0.1-alpha.30
{ | ||
"name": "@dotcms/react", | ||
"version": "0.0.1-alpha.29", | ||
"version": "0.0.1-alpha.30", | ||
"peerDependencies": { | ||
"react": ">=18", | ||
"react-dom": ">=18", | ||
"@dotcms/client": "0.0.1-alpha.29" | ||
"@dotcms/client": "0.0.1-alpha.30" | ||
}, | ||
@@ -31,3 +31,4 @@ "description": "Official React Components library to render a dotCMS page.", | ||
"type": "module", | ||
"main": "./index.esm.js" | ||
} | ||
"main": "./index.esm.js", | ||
"types": "./index.esm.d.ts" | ||
} |
@@ -34,2 +34,2 @@ /// <reference types="react" /> | ||
*/ | ||
export declare function DotcmsLayout({ pageContext, config }: DotcmsPageProps): JSX.Element; | ||
export declare function DotcmsLayout(dotPageProps: DotcmsPageProps): JSX.Element; |
@@ -1,4 +0,3 @@ | ||
import { DotCMSPageEditorConfig } from '@dotcms/client'; | ||
export declare const useDotcmsEditor: ({ pathname, onReload }: DotCMSPageEditorConfig) => { | ||
isInsideEditor: boolean; | ||
}; | ||
import { DotcmsPageProps } from '../components/DotcmsLayout/DotcmsLayout'; | ||
import { DotCMSPageContext } from '../models'; | ||
export declare const useDotcmsEditor: ({ pageContext, config }: DotcmsPageProps) => DotCMSPageContext; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87351
2078