import { md } from '@atlaskit/docs'; const _default_1: any = md` # Util Service Support A library of support classes for integrating React components with REST HTTP services, including support for authentication. ## Installation ~~~js npm install @atlaskit/mention # or yarn add @atlaskit/mention ~~~ ## Using the component Use the component in your React app as follows: import { AbstractResource } from '@atlaskit/util-service-support'; `; export default _default_1;