/** * Consent popup launcher exports. * * @module @kya-os/consent/popup */ export { POPUP_CAPABLE_CLIENT_IDS, POPUP_WINDOW_FEATURES, shouldUsePopup, buildPopupResource, buildConsentMarkdownLink, } from "./launcher.js"; export type { ConsentPopupResource, PopupCapableClientId } from "./launcher.js"; //# sourceMappingURL=index.d.ts.map