UNPKG

@td-design/react-native

Version:

react-native UI组件库

8 lines 237 B
import { ToastProps } from './type'; export default function useToast(): { visible: boolean; options: ToastProps | undefined; show: (params: ToastProps) => void; hide: () => void; }; //# sourceMappingURL=useToast.d.ts.map