Files
klz-cables.com/.pnpm-store/v10/files/4e/e7322e6fb531718acc3a159f20b2f402cdf99f21e0adc073367498ba38b675f778ec161b05b0efc2822b89076cdcfba149a444e43bd830ec13f50ac439ca70
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

6 lines
328 B
Plaintext

import type { FeedbackInternalOptions } from '@sentry/core';
/**
* Creates <style> element for widget actor (button that opens the dialog)
*/
export declare function createMainStyles({ colorScheme, themeDark, themeLight, styleNonce, }: FeedbackInternalOptions): HTMLStyleElement;
//# sourceMappingURL=createMainStyles.d.ts.map