Files
klz-cables.com/.pnpm-store/v10/files/77/baad756663428b5fee4c403b20df93b06945059d488874f60ac2b788f7de845f3487538b0a2fc0fa6ef64d23e786e633736bc0581fa17beabd626a6e8209b4
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
568 B
Plaintext

import type { PointFieldClientComponent, PointFieldValidation } from 'payload';
import React from 'react';
import './index.scss';
export declare const PointFieldComponent: PointFieldClientComponent;
export declare const PointField: React.FC<{
readonly path: string;
readonly validate?: PointFieldValidation;
} & {
readonly field: Omit<import("payload").PointFieldClient, "type"> & Partial<Pick<import("payload").PointFieldClient, "type">>;
} & Omit<import("payload").ClientComponentProps, "customComponents" | "field">>;
//# sourceMappingURL=index.d.ts.map