Skip to content

Commit

Permalink
[desk-tool] Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 1705938 commit 70b29bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface Props {
markers: Array<{path: any[]}>
// eslint-disable-next-line @typescript-eslint/no-explicit-any
initialFocusPath: unknown[] | null
margins: Array<number>
margins: [number, number, number, number]
}

const noop = () => undefined
Expand Down

0 comments on commit 70b29bb

Please sign in to comment.