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

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