1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-14 17:35:35 +01:00

Add ThreeDotsMenu component to index.js

This commit is contained in:
Aleksandr Gumroian 2024-09-27 15:29:46 +02:00
parent 1fb83e08ea
commit 4d5395c826
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -34,6 +34,7 @@ export { default as Select } from "./bootstrap/Select";
export { default as TextInput } from "./bootstrap/TextInput";
export { formFieldsSize, buttonFormFieldsSize } from "./bootstrap/constants";
export { default as Switch } from "./bootstrap/Switch";
export { default as ThreeDotsMenu } from "./bootstrap/ThreeDotsMenu";
export { Spinner, SpinnerElement } from "./bootstrap/Spinner";
export { Modal, ModalBody, ModalFooter, ModalHeader } from "./bootstrap/Modal";