Files
klz-cables.com/.pnpm-store/v10/files/0a/ae00bb4f34992ab420e49f5a2dea59186d3e926c03cd1effb2c1a17f3e9fcdb01803a13a3db14a130da2288e56fc861790c210c2c4ddade8800dad0fb0230e
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

11 lines
445 B
Plaintext

import type { ValueWithRelation } from 'payload';
import type { Option } from '../../elements/ReactSelect/types.js';
import type { OptionGroup } from './types.js';
type Args = {
allowEdit: boolean;
options: OptionGroup[];
value: ValueWithRelation | ValueWithRelation[];
};
export declare const findOptionsByValue: ({ allowEdit, options, value }: Args) => Option | Option[];
export {};
//# sourceMappingURL=findOptionsByValue.d.ts.map