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 33d2078 commit 6c7aa50Copy full SHA for 6c7aa50
sample/app/testComponents/testComponents.tsx
@@ -1,6 +1,7 @@
1
import * as React from "react";
2
-import { Span, ViewBase, Page, SearchBar, WebView, Frame, FormattedString, EventData, Color, SelectedIndexChangedEventData } from "@nativescript/core";
+import { Span, ViewBase, Page, SearchBar, WebView, Frame, FormattedString, EventData, Color } from "@nativescript/core";
3
import { ViewAttributes, RNSStyle, PageAttributes, NSVElement } from "react-nativescript";
4
+import { SelectedIndexChangedEventData } from "@nativescript/core/ui/segmented-bar";
5
6
type ViewBaseProp<T extends ViewBase> = {
7
[P in keyof T]: T[P]
0 commit comments