UNPKG

pwa-synergy-api

Version:

synergy application api

12 lines 964 B
export type { RouteApi, WindowApi, WindowPosition, CustomPosition } from './apis'; export type { Case, Choice, Field, Intent, IntentSubject, Interest, LaunchConfig, Option, Pwa, } from './client'; export type { Component, ContentParameters } from './components'; export type { AppLayout, ComponentGroup, Panel, Orientation, TabPanel } from './layout'; export type { DeregisterIntent, DeregisterInterest, GetLaunchConfig, GetLaunchConfigResp, IntentAction, LaunchPwa, ListPwas, ListPwasResponse, NotifyInterest, RaiseIntent, RegisterApp, RegisterIntent, RegisterInterest, JavaLaunchConfig, SynergyMessage, } from './messages'; export { subjects } from './messages'; export type { AppPathRoute, AppIndexRoute } from './AppRoute'; export type { RouteAppDefinition, WindowAppDefinition } from './AppDefinition'; import AppRoute from './AppRoute'; import AppDefinition from './AppDefinition'; export type { AppRoute, AppDefinition }; //# sourceMappingURL=index.d.ts.map