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

Interface DocumentProps

packages/types/node.d.ts:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38interface DocumentProps {
39 title?: string;
40 author?: string;
41 subject?: string;
42 keywords?: string;
43 creator?: string;
44 producer?: string;
45}
46
47interface TextInstanceNode {
48 type: Primitive.TextInstance;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected