Files
klz-cables.com/.pnpm-store/v10/files/eb/78de07b43099bcf3b33fe4dd86c5e92b919ac34a81c349f9bbf614e4dfb9f7542da67ccd7c6d0afbe3f381e81770c7fbde534417cdb4d443607dd7e339d155
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

9 lines
316 B
Plaintext

import type { DayPickerProps, SharedProps, TimePickerProps } from 'payload';
export type Props = {
id?: string;
onChange?: (val: Date) => void;
placeholder?: string;
readOnly?: boolean;
value?: Date | string;
} & DayPickerProps & SharedProps & TimePickerProps;
//# sourceMappingURL=types.d.ts.map