Skip to content

Commit

Permalink
fix: fix types of level option
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Jun 25, 2021
1 parent 8650f30 commit 8c4bcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ declare namespace anchor {
}

export interface AnchorOptions {
level?: number;
level?: number | number[];

slugify?(str: string): string;

Expand Down

0 comments on commit 8c4bcc5

Please sign in to comment.