UNPKG

235 BTypeScriptView Raw
1import { ReactElement } from 'react';
2import { Render } from '../../index';
3export declare const renderReact: Render<ReactElement>;
4export declare const withContexts: (contexts: import("../../shared/types").AddonSetting[]) => unknown;