Custom card with existing config editor

Hello,

I’m currently working on a custom card for lovelace.
My card supports multiple cards inside it self, so the existing config editor hui-stack-card-editor would perflectly fit my requirements.
Unfortunatelly this editor is lazy loaded, so it isn’t available if I try to create it with document.createElement("hui-stack-card-editor").
Is there any existing possibility to also lazy load this module in my card?

Best regards
Fabian