diff --git a/packages/bullet/src/types.ts b/packages/bullet/src/types.ts index 43c72a24a..3cab41746 100644 --- a/packages/bullet/src/types.ts +++ b/packages/bullet/src/types.ts @@ -93,9 +93,7 @@ export type BulletRectComputedRect = Point & data: ComputedRangeDatum } -export type BulletRectAnimatedProps = Point & - Dimensions & - Pick +export type BulletRectAnimatedProps = Point & Dimensions & Pick export type BulletRectsItemProps = Pick< BulletRectsProps,