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

Interface TextProps

packages/types/node.d.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}) => any;
18
19interface TextProps extends BaseProps {
20 wrap?: boolean;
21 widows?: number;
22 orphans?: number;
23 render?: DynamicRenderCallback;
24 hyphenationCallback?: HyphenationCallback;
25}
26
27interface ViewProps extends BaseProps {
28 wrap?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected