1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-09-14 01:22:14 +02:00

Loading and errors HOCs

This commit is contained in:
Maciej Lenartowicz
2019-11-07 17:21:14 +00:00
parent 644726a0fc
commit 8b39bf4193
8 changed files with 276 additions and 72 deletions

View File

@@ -50,6 +50,10 @@ export { WebSockets } from "webSockets/WebSockets";
// Utils
export { Portal } from "utils/Portal";
export { undefinedIfEmpty, withoutUndefinedKeys, onlySpecifiedKeys } from "utils/objectHelpers";
export {
withEither, withSpinner, withSending, withSpinnerOnSending, withError, withErrorMessage,
} from "utils/conditionalHOCs";
export { ErrorMessage } from "utils/ErrorMessage";
// Foris URL
export { ForisURLs, REFORIS_URL_PREFIX } from "forisUrls";