@metabohub/forum-library
Version:
[](https://forgemia.inra.fr/metabohub/web-components/mth-forum-lib/-/commits/dev) [ • 537 B
TypeScript
import type { App } from 'vue';
import { ChebiApi, ChemontApi, PubchemApi } from '../core/openapi-ts';
import { EndpointSearchQuery, SearchEntityType, SelectorType } from '../core/forum-core/endpoint-search-query';
import { EndpointSearchResults } from '../core/forum-core/endpoint-search-results';
declare const MetabohubForumLibrary: {
install: (app: App) => void;
};
export { MetabohubForumLibrary, ChebiApi, //
ChemontApi, //
PubchemApi, //
EndpointSearchQuery, //
EndpointSearchResults, //
SearchEntityType, //
SelectorType, };