Re-export Modals

This commit is contained in:
Nuckyz 2025-01-29 13:42:24 -03:00
parent 81dda2ce33
commit a2213d4feb
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -101,7 +101,7 @@ interface Modals {
}>; }>;
} }
const Modals: Modals = mapMangledModuleLazy(':"thin")', { export const Modals: Modals = mapMangledModuleLazy(':"thin")', {
ModalRoot: filters.componentByCode('.MODAL,"aria-labelledby":'), ModalRoot: filters.componentByCode('.MODAL,"aria-labelledby":'),
ModalHeader: filters.componentByCode(",id:"), ModalHeader: filters.componentByCode(",id:"),
ModalContent: filters.componentByCode(".content,"), ModalContent: filters.componentByCode(".content,"),