Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Aug 2, 2024
1 parent cef26a8 commit bc16685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,10 @@ The style object can be passed to multiple `MarkdownTextInput` components using

```ts
interface Range {
type: MarkdownType;
start: number;
length: number;
type: string;
depth?: number;
}
```

Expand Down

0 comments on commit bc16685

Please sign in to comment.