00486e9499
Co-authored-by: Samuel Newman <mozzius@protonmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: dan <dan.abramov@gmail.com> Co-authored-by: Hailey <me@haileyok.com>
6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
import {BottomSheetViewProps} from './BottomSheet.types'
|
|
|
|
export function BottomSheet(_: BottomSheetViewProps) {
|
|
throw new Error('BottomSheetView is not available on web')
|
|
}
|