Skip to content

Commit

Permalink
fix: fix .d.ts error. #557
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed May 27, 2024
1 parent f15d725 commit acd54b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

import {
LineType, PolygonType, TooltipShowRule, TooltipShowType, TooltipIconPosition,
CandleType, YAxisPosition, YAxisType
CandleType, YAxisPosition, YAxisType, CandleTooltipRectPosition
} from './common/Styles'
import type Nullable from './common/Nullable'

Expand Down Expand Up @@ -172,7 +172,7 @@ export {
registerStyles,
registerXAxis, registerYAxis,
utils,
LineType, PolygonType, TooltipShowRule, TooltipShowType, TooltipIconPosition,
LineType, PolygonType, TooltipShowRule, TooltipShowType, TooltipIconPosition, CandleTooltipRectPosition,
CandleType, YAxisPosition, YAxisType, FormatDateType,
DomPosition, ActionType, IndicatorSeries, OverlayMode
}

0 comments on commit acd54b8

Please sign in to comment.