Skip to content

Commit 3eb3193

Browse files
committed
Expose OptionalStyleAllowingString from root
1 parent 2e6e1c3 commit 3eb3193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react-nativescript/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ import {
8989
View,
9090
Application,
9191
} from "@nativescript/core";
92-
import { RNSStyle, NativeScriptAttributes, NativeScriptProps } from "./shared/NativeScriptJSXTypings";
93-
export { RNSStyle, NativeScriptAttributes, NativeScriptProps };
92+
import { RNSStyle, OptionalStyleAllowingString, NativeScriptAttributes, NativeScriptProps } from "./shared/NativeScriptJSXTypings";
93+
export { RNSStyle, OptionalStyleAllowingString, NativeScriptAttributes, NativeScriptProps };
9494
import { __unstable__forwardNavOpts } from "./nativescript-vue-next/runtime/navigation";
9595
export { __unstable__forwardNavOpts };
9696
import * as ReactReconciler from "react-reconciler";

0 commit comments

Comments
 (0)