Skip to content

Commit

Permalink
Fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Jul 12, 2022
1 parent 980cace commit a70090d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function FeatureGlyph(props: {
shouldShowDescription: boolean
fontHeight: number
allowedWidthExpansion: number
exportSVG: unknown
displayModel: DisplayModel
selected?: boolean
reversed?: boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function RenderedFeatureGlyph(props: {
layout: BaseLayout<unknown>
extraGlyphs: ExtraGlyphValidator[]
displayMode: string
exportSVG: unknown
displayModel: DisplayModel
viewParams: {
start: number
Expand Down Expand Up @@ -145,6 +146,7 @@ const RenderedFeatures = observer(
displayMode: string
displayModel: DisplayModel
region: Region
exportSVG: unknown
extraGlyphs: ExtraGlyphValidator[]
layout: BaseLayout<unknown>
viewParams: {
Expand Down

0 comments on commit a70090d

Please sign in to comment.