Files
klz-cables.com/.pnpm-store/v10/files/88/32b8a03a48d8518e14beb485d5e2905d72780d3b806c3ea1870984957235fb0ae4b15037a3e603e45d4dee4c7ec5ae657a4176a42484488dea9506a09f487f
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

14 lines
466 B
Plaintext

import React from 'react';
import './index.scss';
export type Props = {
customOnChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
customValue?: string;
path: string;
readOnly: boolean;
};
/**
* An input field representing the block's `blockName` property - responsible for reading and saving the `blockName`
* property from/into the provided path.
*/
export declare const SectionTitle: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map