// Copyright (c) Meta Platforms, Inc. and affiliates.

/**
 * @file index.ts
 * @input BottomSheet.tsx
 * @output Re-exports BottomSheet component and BottomSheetProps type
 * @position Lab entry point for the BottomSheet directory
 */

export {BottomSheet} from './BottomSheet';
export type {BottomSheetProps} from './BottomSheet';
