UNPKG

@arcgis/map-components

Version:
10 lines (9 loc) 440 B
import { Service } from '@webgis/service-mocks'; export declare function startServices(services?: Service[]): Promise<void>; /** * Updates the service mocks library with the provided list of services and event handlers. If * the services and event handlers are both empty, the whole service mocks library is stopped. * * @param services list of services. */ export declare function updateServices(services?: Service[]): Promise<void>;