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 8336088 commit aefafc0Copy full SHA for aefafc0
src/components/SwiftUISheet.tsx
@@ -42,6 +42,5 @@ export const SwiftUISheet = forwardRef<SwiftUISheetHandle, SwiftUISheetProps>(fu
42
/>
43
);
44
});
45
-SwiftUISheet.displayName = "SwiftUISheet";
46
47
-export type { NativeSheetDetent, NativeSheetProps } from "../native/SheetViewNativeComponent";
+SwiftUISheet.displayName = "SwiftUISheet";
0 commit comments