react-native-reanimated-modal
Version:
A lightweight and performant modal component. Designed for smooth animations, flexibility, and minimal footprint.
11 lines • 409 B
TypeScript
import { type FC } from 'react';
import type { ModalProps } from './types';
/**
* Modal component with smooth, customizable animations and gesture support.
* Built on top of React Native's Modal, Reanimated, and Gesture Handler.
*
* @param {ModalProps} props - Props for the modal component.
* @returns {JSX.Element}
*/
export declare const Modal: FC<ModalProps>;
//# sourceMappingURL=component.d.ts.map