Files
klz-cables.com/.pnpm-store/v10/files/22/ae73c7c2c5b9b056b4a4c01f5caf4e9b7df64744580d36dd4d963cd609d4fcb09c1725cf988a7ac5220e4e0c6d90352b5c0aa0fda551ad6d22cfd1b2a674eb
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
324 B
Plaintext

import type { SlugFieldClientProps } from 'payload';
import React from 'react';
import './index.scss';
/**
* @experimental This component is experimental and may change or be removed in the future. Use at your own risk.
*/
export declare const SlugField: React.FC<SlugFieldClientProps>;
//# sourceMappingURL=index.d.ts.map