Skip to content

Commit 6c7aa50

Browse files
committed
Fix import
1 parent 33d2078 commit 6c7aa50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sample/app/testComponents/testComponents.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as React from "react";
2-
import { Span, ViewBase, Page, SearchBar, WebView, Frame, FormattedString, EventData, Color, SelectedIndexChangedEventData } from "@nativescript/core";
2+
import { Span, ViewBase, Page, SearchBar, WebView, Frame, FormattedString, EventData, Color } from "@nativescript/core";
33
import { ViewAttributes, RNSStyle, PageAttributes, NSVElement } from "react-nativescript";
4+
import { SelectedIndexChangedEventData } from "@nativescript/core/ui/segmented-bar";
45

56
type ViewBaseProp<T extends ViewBase> = {
67
[P in keyof T]: T[P]

0 commit comments

Comments
 (0)