Skip to content

Commit 55dfb2a

Browse files
Merge pull request #30 from mrousavy/patch-1
fix: Export `CanvasProps` type
2 parents 845618b + 082c1e8 commit 55dfb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/renderer/Canvas.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const render = (
3838
});
3939
};
4040

41-
interface CanvasProps extends ComponentProps<typeof SkiaView> {
41+
export interface CanvasProps extends ComponentProps<typeof SkiaView> {
4242
innerRef?: RefObject<SkiaView>;
4343
children: ReactNode;
4444
onTouch?: TouchHandler;

0 commit comments

Comments
 (0)