Files
klz-cables.com/.pnpm-store/v10/files/c8/c3885a65a7b1f3600b6645d5f9d00901cc99bb5430c79f0ca8420e29f970e3d0a990319e4e85f91fb956c5b305a8632822488946376e2d10502cb6606b044f
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

8 lines
363 B
Plaintext

import type { DropdownIndicatorProps } from 'react-select';
import React, { type JSX } from 'react';
import type { Option as OptionType } from '../types.js';
import './index.scss';
export declare const DropdownIndicator: React.FC<{
innerProps: JSX.IntrinsicElements['button'];
} & DropdownIndicatorProps<OptionType, true>>;
//# sourceMappingURL=index.d.ts.map