Files
bsky-social-app/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx
T

6 lines
202 B
TypeScript

import {BottomSheetViewProps} from './BottomSheet.types'
export function BottomSheetNativeComponent(_: BottomSheetViewProps) {
throw new Error('BottomSheetNativeComponent is not available on web')
}