react-native-toast-message 2.3.2 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { BaseToastProps } from '../types';
|
|
3
|
-
export declare function BaseToast({ text1, text2, onPress, activeOpacity, style, touchableContainerProps, contentContainerStyle, contentContainerProps, text1Style, text1NumberOfLines, text1Props, text2Style, text2NumberOfLines, text2Props, renderLeadingIcon, renderTrailingIcon }: BaseToastProps):
|
|
3
|
+
export declare function BaseToast({ text1, text2, onPress, activeOpacity, style, touchableContainerProps, contentContainerStyle, contentContainerProps, text1Style, text1NumberOfLines, text1Props, text2Style, text2NumberOfLines, text2Props, renderLeadingIcon, renderTrailingIcon }: BaseToastProps): React.ReactElement;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { BaseToastProps } from '../types';
|
|
3
|
-
export declare function ErrorToast(props: BaseToastProps):
|
|
3
|
+
export declare function ErrorToast(props: BaseToastProps): React.ReactElement;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { BaseToastProps } from '../types';
|
|
3
|
-
export declare function InfoToast(props: BaseToastProps):
|
|
3
|
+
export declare function InfoToast(props: BaseToastProps): React.ReactElement;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
2
|
import { BaseToastProps } from '../types';
|
|
3
|
-
export declare function SuccessToast(props: BaseToastProps):
|
|
3
|
+
export declare function SuccessToast(props: BaseToastProps): React.ReactElement;
|