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

Disable default styles for number input

This commit is contained in:
Maciej Lenartowicz
2019-09-25 11:59:45 +00:00
parent 7371fbcac0
commit 7253319b61
6 changed files with 105 additions and 13 deletions

View File

@@ -40,6 +40,7 @@ export { WebSockets } from "webSockets/WebSockets";
// Utils
export { Portal } from "utils/Portal";
export { undefinedIfEmpty, withoutUndefinedKeys } from "utils/objectHelpers";
// Foris URL
export { ForisURLs, REFORIS_URL_PREFIX } from "forisUrls";