Skip to content

Commit

Permalink
chore(markdown): add label for HighlightLinesRange type (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 8, 2024
1 parent b752f9c commit 1fd3aa7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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 1fd3aa7

Please sign in to comment.