UNPKG

@doczilla/node

Version:
7 lines (6 loc) 179 B
export type PDFMargin = { top?: (string | number) | null; bottom?: (string | number) | null; left?: (string | number) | null; right?: (string | number) | null; };