import FormField from "#/components/FormField.tsx"; import type { IHeader } from "#/interfaces.ts"; interface IProps { headers: IHeader; } const CustomHeaders = ({ headers }: IProps) => { return (
Text in these fields will overwrite the PGN headers in the generated PDF