UNPKG

@td-design/react-native

Version:

react-native UI组件库

7 lines 242 B
import { FC } from 'react'; import { AlertProps } from '../type'; declare const AlertContainer: FC<AlertProps & { onAnimationEnd?: (visible: boolean) => void; }>; export default AlertContainer; //# sourceMappingURL=AlertContainer.d.ts.map