/**
* VMK UI Kit browser bundle entry.
* Mirrors the public API surface of gnexus-ui-kit for compatibility.
*/
const api = {};
if (typeof window !== "undefined") {
window.VMKUIKit = api;
document.addEventListener("DOMContentLoaded", () => {
// Component initialisation hooks will be wired here.
});
}
export default api;