Skip to content

Commit

Permalink
types(vx-brush): add PartialBrushStartEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed May 2, 2020
1 parent 5fa4fbf commit 1f516ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vx-brush/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ export interface BrushStartEnd {
end: Point;
}

export interface PartialBrushStartEnd {
start: Partial<Point>;
end: Partial<Point>;
}

export type ResizeTriggerAreas =
| 'left'
| 'right'
Expand Down

0 comments on commit 1f516ed

Please sign in to comment.