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

Interface ViewProps

packages/types/node.d.ts:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27interface ViewProps extends BaseProps {
28 wrap?: boolean;
29 render?: (props: { pageNumber: number }) => any;
30}
31
32interface PageProps extends BaseProps {
33 wrap?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected