73ca94fe66
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
237 B
237 B
sidebar_label |
---|
PDFOptions.height |
PDFOptions.height property
Sets the height of paper. You can pass in a number or a string with a unit.
Signature:
interface PDFOptions {
height?: string | number;
}