Skip to content

Commit

Permalink
Merge pull request #174 from dlabaj/types-workaround
Browse files Browse the repository at this point in the history
fix(types): Work around to fix issue with consumers recieving a type error.
  • Loading branch information
jeff-phillips-18 committed Apr 17, 2024
2 parents ff53c68 + ff78dbd commit a159379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Point from './geom/Point';
import Dimensions from './geom/Dimensions';
import Rect from './geom/Rect';
import { Padding, Translatable } from './geom/types';
import { LayoutOptions } from './layouts';
import { LayoutOptions } from './layouts/LayoutOptions';

// x, y
export type PointTuple = [number, number];
Expand Down

0 comments on commit a159379

Please sign in to comment.