INNER CODE UNIT · TypeScript
Toast
crazycodeboy/react-native-easy-toast · index.d.ts:28
export default class Toast extends Component<ToastComponentProps> {
show: (
text: string | ReactNode,
duration?: number,
callback?: () => void
) => void;
close: (duration?: number) => void;
}
}