Include AutoInstall

This commit is contained in:
2026-03-31 18:52:28 +02:00
parent 7c142eb677
commit d62e99b17e
8 changed files with 218 additions and 54 deletions

View File

@@ -1615,6 +1615,10 @@ var SigProUI = (function (exports, sigpro) {
}
};
if (typeof window !== 'undefined') {
SigproUI.install(window);
}
exports.Accordion = Accordion;
exports.Alert = Alert;
exports.Autocomplete = Autocomplete;