UNPKG

aem-react-js

Version:
5 lines (4 loc) 231 B
/// <reference types="react" /> import { RootComponent } from './component/RootComponent'; export declare type rootDecorator = (root: React.ReactElement<RootComponent>) => JSX.Element; export declare const identity: rootDecorator;