about summary refs log tree commit diff
path: root/modules/bottom-sheet/src/BottomSheet.web.tsx
blob: 4573604eb2e3947bd2fae69e0bed8ac6bc407e0e (plain) (blame)
1
2
3
4
5
import {BottomSheetViewProps} from './BottomSheet.types'

export function BottomSheet(_: BottomSheetViewProps) {
  throw new Error('BottomSheetView is not available on web')
}