Skip to content

Commit

Permalink
fix: fix types #63
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Nov 25, 2022
1 parent 0abcba2 commit ee8706f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-guides/src/react-guides/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ export interface GuidesInterface {
scrollGuides(pos: number): void;
loadGuides(guides: number[]): void;
resize(): void;
getElement(): HTMLElement;
getRulerElement(): HTMLCanvasElement;
}

/**
Expand Down

0 comments on commit ee8706f

Please sign in to comment.