We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367e1ad commit 10ed146Copy full SHA for 10ed146
src/ui-canvas/canvas.common.ts
@@ -2,6 +2,8 @@ import { Device } from '@nativescript/core';
2
3
import { Rect, RectF } from './canvas';
4
5
+export * from './shapes';
6
+
7
export const sdkVersion = parseInt(Device.sdkVersion, 10);
8
9
export function createRect(x: number, y: number, w: number, h: number) {
0 commit comments