Skip to content

Commit

Permalink
Merge pull request #30 from mrousavy/patch-1
Browse files Browse the repository at this point in the history
fix: Export `CanvasProps` type
  • Loading branch information
william-candillon authored Dec 21, 2021
2 parents 845618b + 082c1e8 commit 55dfb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/renderer/Canvas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const render = (
});
};

interface CanvasProps extends ComponentProps<typeof SkiaView> {
export interface CanvasProps extends ComponentProps<typeof SkiaView> {
innerRef?: RefObject<SkiaView>;
children: ReactNode;
onTouch?: TouchHandler;
Expand Down

0 comments on commit 55dfb2a

Please sign in to comment.