Skip to content

Commit

Permalink
Add type for skip option
Browse files Browse the repository at this point in the history
  • Loading branch information
immdrmwn committed Oct 4, 2024
1 parent 3d8c095 commit c087dd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
declare function plugin(options?: Partial<{ className: string; target: 'modern' | 'legacy' }>): {
declare function plugin(
options?: Partial<{ className: string; target: 'modern' | 'legacy'; skip: Array<string> }>
): {
handler: () => void
}

Expand Down

0 comments on commit c087dd2

Please sign in to comment.