diff --git a/src/types.d.ts b/src/types.d.ts index f0b0984b6..bf062c8f8 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -61,7 +61,6 @@ export interface BottomSheetMethods { /** * Close the bottom sheet. * @param animationConfigs snap animation configs. - * @param force prevent any interruptions till sheet is closed. * * @see {Animated.WithSpringConfig} * @see {Animated.WithTimingConfig}