UNPKG

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