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