Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
siefkenj committed Feb 25, 2024
1 parent de53c42 commit 886951c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions packages/unified-latex-util-render-info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ is null, no update is performed.
*This operation mutates `node`*

```typescript
function updateRenderInfo(node: Ast.Node, renderInfo: {}): Ast.Node;
function updateRenderInfo(
node: Ast.Node | Ast.Argument,
renderInfo: {}
): Ast.Node | Ast.Argument;
```

**Parameters**

| Param | Type |
| :--------- | :--------- |
| node | `Ast.Node` |
| renderInfo | `{}` |
| Param | Type |
| :--------- | :------------------------- |
| node | `Ast.Node \| Ast.Argument` |
| renderInfo | `{}` |

0 comments on commit 886951c

Please sign in to comment.