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

docs: Refactor RadioSet & ignore Radio component

This commit is contained in:
Aleksandr Gumroian
2024-09-27 14:43:39 +02:00
parent b6e1e0adae
commit 1ab77decfd
4 changed files with 53 additions and 38 deletions

View File

@@ -28,7 +28,8 @@ export { default as FileInput } from "./bootstrap/FileInput";
export { default as Input } from "./bootstrap/Input";
export { default as NumberInput } from "./bootstrap/NumberInput";
export { default as PasswordInput } from "./bootstrap/PasswordInput";
export { default as RadioSet, Radio } from "./bootstrap/RadioSet";
export { default as Radio } from "./bootstrap/Radio";
export { default as RadioSet } from "./bootstrap/RadioSet";
export { default as Select } from "./bootstrap/Select";
export { default as TextInput } from "./bootstrap/TextInput";
export { formFieldsSize, buttonFormFieldsSize } from "./bootstrap/constants";