SYMBOL INDEX (40 symbols across 13 files) FILE: example/src/App.tsx function App (line 6) | function App() { FILE: scripts/copy-dts.js function copyDeclarationFiles (line 11) | function copyDeclarationFiles(src, dest) { FILE: src/components/animatedTouchableBackdropMask/types.d.ts type RegularPropsFor (line 9) | type RegularPropsFor = type PropsWithHandler (line 14) | type PropsWithHandler = RegularPropsFor<'Touch'> & { type PropsWithoutHandler (line 27) | type PropsWithoutHandler = RegularPropsFor<'View'> & { type AnimatedTouchableBackdropMaskProps (line 40) | type AnimatedTouchableBackdropMaskProps = ( FILE: src/components/backdrop/types.d.ts type Color (line 9) | type Color = type BackdropProps (line 16) | type BackdropProps = { FILE: src/components/bottomSheet/index.tsx method open (line 84) | open() { method close (line 87) | close() { method _slideEasingFn (line 124) | _slideEasingFn(value: number) { method _springEasingFn (line 127) | _springEasingFn(value: number) { method animateContainerHeight (line 135) | animateContainerHeight(toValue: ToValue, duration: number = 0) { method animateBackdropMaskOpacity (line 142) | animateBackdropMaskOpacity(toValue: ToValue, duration: number) { method animateHeight (line 154) | animateHeight(toValue: ToValue, duration: number) { method onPanResponderRelease (line 269) | onPanResponderRelease(_, gestureState) { FILE: src/components/bottomSheet/types.d.ts type SheetStyleProp (line 9) | type SheetStyleProp = Omit< type ToValue (line 15) | type ToValue = Animated.TimingAnimationConfig['toValue']; type BOTTOMSHEET (line 18) | type BOTTOMSHEET = React.ForwardRefExoticComponent< type AnimationType (line 22) | type AnimationType = ANIMATIONS | Lowercase; type AnimationEasingFunction (line 24) | type AnimationEasingFunction = (x: number) => number; type BottomSheetProps (line 29) | interface BottomSheetProps { FILE: src/components/defaultHandleBar/index.tsx constant DEFAULT_HANDLE_BAR_DEFAULT_HEIGHT (line 31) | const DEFAULT_HANDLE_BAR_DEFAULT_HEIGHT = 25; FILE: src/components/defaultHandleBar/types.d.ts type DefaultHandleBarProps (line 3) | type DefaultHandleBarProps = ViewProps; FILE: src/constant/index.ts constant DEFAULT_BACKDROP_MASK_COLOR (line 3) | const DEFAULT_BACKDROP_MASK_COLOR = '#00000052'; constant DEFAULT_HEIGHT (line 4) | const DEFAULT_HEIGHT = '50%'; constant DEFAULT_ANIMATION (line 5) | const DEFAULT_ANIMATION = ANIMATIONS.SLIDE; constant DEFAULT_OPEN_ANIMATION_DURATION (line 6) | const DEFAULT_OPEN_ANIMATION_DURATION = 500; constant DEFAULT_CLOSE_ANIMATION_DURATION (line 7) | const DEFAULT_CLOSE_ANIMATION_DURATION = 500; FILE: src/hooks/useHandleAndroidBackButtonClose/types.d.ts type HookReturn (line 1) | type HookReturn = void; type UseHandleAndroidBackButtonClose (line 6) | type UseHandleAndroidBackButtonClose = ( FILE: src/hooks/useHandleKeyboardEvents/types.d.ts type HookReturn (line 4) | type HookReturn = { type UseHandleKeyboardEvents (line 14) | type UseHandleKeyboardEvents = ( type HeightAnimationDriver (line 29) | type HeightAnimationDriver = ( FILE: src/types.d.ts type ANIMATIONS (line 4) | enum ANIMATIONS { type AnimationType (line 14) | type AnimationType = Lowercase; type CUSTOM_BACKDROP_POSITIONS (line 19) | enum CUSTOM_BACKDROP_POSITIONS { type BottomSheetMethods (line 27) | interface BottomSheetMethods { FILE: src/utils/separatePaddingStyles.ts type PadProps (line 4) | type PadProps = type Styles (line 14) | type Styles = {