Files
Homarr/packages/modals/index.ts
Meier Lukas 361700b239 feat: add board access settings (#249)
* wip: add board access settings

* wip: add user access control

* wip: add user access control

* feat: add user access control

* refactor: move away from mantine-modal-manager

* fix: ci issues and failing tests

* fix: lint issue

* fix: format issue

* fix: deepsource issues

* chore: address pull request feedback
2024-03-20 20:30:58 +01:00

3 lines
117 B
TypeScript

export { ModalProvider, useModalAction, useConfirmModal } from "./src";
export { createModal } from "./src/creator";