Interface PreparedDucPdfSource

interface PreparedDucPdfSource {
    backgroundColor?: string;
    fontFamilies: string[];
    kind: "ducpdf/prepared-v1";
    state: unknown;
}

Properties

backgroundColor?: string
fontFamilies: string[]
kind: "ducpdf/prepared-v1"
state: unknown