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