Skip to content

Commit

Permalink
chore(markdown): add label text for HighlightLinesRange
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 8, 2024
1 parent 950f158 commit 1a0bd3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type HighlightLinesRange = [number, number]
export type HighlightLinesRange = [start: number, end: number]

/**
* Resolve highlight-lines ranges from token info
Expand Down

0 comments on commit 1a0bd3f

Please sign in to comment.