Skip to content

Commit

Permalink
fix: remove useless generic arg
Browse files Browse the repository at this point in the history
  • Loading branch information
monfera committed May 26, 2020
1 parent 2537397 commit 9372a7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function rectangleConstruction(treeHeight: number, topGroove: number) {
}

/** @internal */
export function shapeViewModel<C>(
export function shapeViewModel(
textMeasure: TextMeasure,
config: Config,
layers: Layer[],
Expand Down

0 comments on commit 9372a7e

Please sign in to comment.