Skip to content

Commit

Permalink
TimelineItem.content can hold HTMLElement (visjs#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-dolejsi authored Jun 19, 2023
1 parent 478fe33 commit b67c346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ export type TimelineItemEditableType = boolean | TimelineItemEditableOption;
export interface TimelineItem {
className?: string;
align?: TimelineAlignType;
content: string;
content: string | HTMLElement;
end?: DateType;
group?: IdType;
id: IdType;
Expand Down

0 comments on commit b67c346

Please sign in to comment.