logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

dialog_modal.js (202B)


  1. const DialogModal = {
  2. props: {
  3. darkOverlay: {
  4. default: true,
  5. type: Boolean
  6. },
  7. onCancel: {
  8. default: () => {},
  9. type: Function
  10. }
  11. }
  12. }
  13. export default DialogModal