Skip to content

Commit

Permalink
fix: add limitSize boolean to DataItems's typings (#1128)
Browse files Browse the repository at this point in the history
Co-authored-by: PlannyMeal <[email protected]>
Co-authored-by: Yotam Berkowitz <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2021
1 parent e7250f0 commit 00badeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export interface DataItem {
type?: string;
editable?: TimelineItemEditableType;
selectable?: boolean;
limitSize?: boolean;
}

export interface SubGroupStackOptions {
Expand Down

0 comments on commit 00badeb

Please sign in to comment.