UNPKG
aem-react-js
Version:
latest (0.24.3)
0.24.3
0.24.2
0.24.1
0.24.0
0.23.1
0.23.0
0.22.0
0.21.0
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
AEM components written in React.
github.com/sinnerschrader/aem-react-js
sinnerschrader/aem-react-js
aem-react-js
/
lib
/
rootDecorator.d.ts
5 lines
(4 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
{
RootComponent
}
from
'./component/RootComponent'
;
export
declare
type
rootDecorator =
(
root
:
React
.
ReactElement
<
RootComponent
>
) =>
JSX
.
Element
;
export
declare
const
identity
: rootDecorator;