UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

5 lines (4 loc) 152 B
import type { FC } from 'react'; import { ToastProps } from './PropsType'; declare const ToastContainer: FC<ToastProps>; export default ToastContainer;