Skip to content

Commit 82fbc03

Browse files
committed
fix: correct SwiftUI type import path
1 parent aefafc0 commit 82fbc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export * from "./components/SwiftUISheetPicker";
99
export * from "./styles";
1010
// export * from "./utils";
1111

12-
export type * from "./components/SwiftUI";
12+
export type * from "./components/SwiftUI/index";
1313
export type * from "./types";

0 commit comments

Comments
 (0)