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

Interface BaseProps

packages/types/node.d.ts:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { PageSize, Orientation } from './page';
5
6interface BaseProps {
7 id?: string;
8 fixed?: boolean;
9 break?: boolean;
10 debug?: boolean;
11 minPresenceAhead?: number;
12}
13
14type DynamicRenderCallback = (props: {
15 pageNumber: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected