UNPKG

box-ui-elements

Version:
8 lines (7 loc) 401 B
import * as React from 'react'; import { FormattedMessage } from 'react-intl'; import { APP_INTEGRATION, HTTP_POST, HTTP_GET } from '../../constants'; import BoxToolsInstallMessage from '../../elements/content-open-with/BoxToolsInstallMessage'; // TODO: is there a way to consolidate BoxToolsInstallMessage, // which is just a wrapper around FormattedMessage? //# sourceMappingURL=integrations.js.map