1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-30 20:23:59 +00:00

Export <Radio />.

This commit is contained in:
Bogdan Bodnar 2019-12-17 14:04:06 +01:00
parent 8d3be8df67
commit 6d5cb6a951
No known key found for this signature in database
GPG Key ID: 49E4169AD3CA42B0
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ Radio.propTypes = {
helpText: PropTypes.string,
};
function Radio({
export function Radio({
label, id, helpText, ...props
}) {
return (

View File

@ -27,7 +27,7 @@ export { FileInput } from "bootstrap/FileInput";
export { Input } from "bootstrap/Input";
export { NumberInput } from "bootstrap/NumberInput";
export { PasswordInput } from "bootstrap/PasswordInput";
export { RadioSet } from "bootstrap/RadioSet";
export { Radio, RadioSet } from "bootstrap/RadioSet";
export { Select } from "bootstrap/Select";
export { TextInput } from "bootstrap/TextInput";
export { formFieldsSize } from "bootstrap/constants";