UNPKG

@ant-design/react-native

Version:

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

9 lines (8 loc) 297 B
import React from 'react'; import Toast from '..'; export type HookAPI = Omit<typeof Toast, 'useToast' | 'SHORT' | 'LONG' | 'defaultConfig' | 'getConfig' | 'config'>; declare function useToast(): readonly [ instance: HookAPI, contextHolder?: React.ReactElement ]; export default useToast;