MCPcopy
hub / github.com/diegomura/react-pdf / PageProps

Interface PageProps

packages/types/node.d.ts:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32interface PageProps extends BaseProps {
33 wrap?: boolean;
34 size?: PageSize;
35 orientation?: Orientation;
36}
37
38interface DocumentProps {
39 title?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected