Skip to content

Commit

Permalink
impr: opt OverlayFigure attrs type
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Jun 13, 2023
1 parent 2f3a8ed commit d7dfaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/Overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function getAllOverlayFigureIgnoreEventTypes (): OverlayFigureIgnoreEvent
export interface OverlayFigure {
key?: string
type: string
attrs: any | any[]
attrs: any
styles?: any
ignoreEvent?: boolean | OverlayFigureIgnoreEventType[]
}
Expand Down

0 comments on commit d7dfaab

Please sign in to comment.