UNPKG

pwa-synergy-api

Version:

synergy application api

6 lines 329 B
import api from './api'; import useInstanceManagemer from './useInstanceManagemer'; import ComponentSelector, { ComponentPanel, ComponentSelectorProps } from './ComponentSelector'; export { api, useInstanceManagemer, ComponentSelector }; export type { ComponentPanel, ComponentSelectorProps }; //# sourceMappingURL=index.d.ts.map