UNPKG

pwa-synergy-api

Version:

synergy application api

5 lines 150 B
export default interface RouteApi { navigate: (route: string, props?: any) => void; back: () => void; } //# sourceMappingURL=RouteApi.d.ts.map