| 36 | } |
| 37 | |
| 38 | interface DocumentProps { |
| 39 | title?: string; |
| 40 | author?: string; |
| 41 | subject?: string; |
| 42 | keywords?: string; |
| 43 | creator?: string; |
| 44 | producer?: string; |
| 45 | } |
| 46 | |
| 47 | interface TextInstanceNode { |
| 48 | type: Primitive.TextInstance; |
nothing calls this directly
no outgoing calls
no test coverage detected