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 5dc2875 commit f9c92a5Copy full SHA for f9c92a5
src/ui-cameraview/svelte/index.ts
@@ -1,6 +1,5 @@
1
import { ContentView, ItemEventData, View, profile } from '@nativescript/core';
2
import { NativeViewElementNode, TemplateElement, ViewNode, createElement, registerNativeViewElement } from 'svelte-native/dom';
3
-import { flush } from 'svelte/internal';
4
import { CameraView } from '..';
5
6
export default class CameraViewViewElement extends NativeViewElementNode<CameraView> {
0 commit comments