1import {type BottomSheetViewProps} from './BottomSheet.types' 2 3export function BottomSheetNativeComponent(_: BottomSheetViewProps) { 4 throw new Error('BottomSheetNativeComponent is not available on web') 5}