6 lines
207 B
TypeScript
6 lines
207 B
TypeScript
import {type BottomSheetViewProps} from './BottomSheet.types'
|
|
|
|
export function BottomSheetNativeComponent(_: BottomSheetViewProps) {
|
|
throw new Error('BottomSheetNativeComponent is not available on web')
|
|
}
|