mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at samuel/patch-onpaste 5 lines 207 B view raw
1import {type BottomSheetViewProps} from './BottomSheet.types' 2 3export function BottomSheetNativeComponent(_: BottomSheetViewProps) { 4 throw new Error('BottomSheetNativeComponent is not available on web') 5}