UNPKG

pwa-synergy-api

Version:

synergy application api

12 lines 1.23 kB
import reportWebVitals from './reportWebVitals'; export { reportWebVitals }; export { register, unregister } from './serviceWorkerRegistration'; export { api, ComponentSelector } from './components'; export type { ComponentPanel, ComponentSelectorProps } from './components'; export { RouteContainer, WindowContainer } from './containers'; export { registerInterest, deregisterInterest, notifyInterest, registerIntent, deregisterIntent, raiseIntent, getApps, launchPwa, getLaunchConfig, } from './client'; export type { RouteApi, WindowApi, WindowPosition, CustomPosition, Case, Choice, Field, Intent, IntentSubject, Interest, LaunchConfig, Option, Pwa, Component, ContentParameters, AppLayout, ComponentGroup, Panel, Orientation, TabPanel, DeregisterIntent, DeregisterInterest, GetLaunchConfig, GetLaunchConfigResp, IntentAction, LaunchPwa, ListPwas, ListPwasResponse, NotifyInterest, RaiseIntent, RegisterApp, RegisterIntent, RegisterInterest, JavaLaunchConfig, SynergyMessage, AppPathRoute, AppIndexRoute, AppRoute, AppDefinition, RouteAppDefinition, WindowAppDefinition, } from './types'; export { subjects } from './types'; import SynergyApp from './SynergyApp'; export default SynergyApp; //# sourceMappingURL=index.d.ts.map