UNPKG

@j2inn/app-react

Version:

React implementation of the j2inn-app framework

8 lines (7 loc) 293 B
/// <reference types="react" /> import { AppProps, RemoteAppView } from '@j2inn/app'; export interface RemoteAppIconRendererProps { view: RemoteAppView; appProps: AppProps; } export declare const RemoteAppIconRenderer: ({ view, appProps, }: RemoteAppIconRendererProps) => JSX.Element;