UNPKG
react-native-toastier
Version:
latest (2.0.5)
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.2.1
1.2.0
1.0.3
1.0.2
1.0.1
1.0.0
A Fully Customizable Toast Component for React Native.
github.com/hardik27111/react-native-toastify
react-native-toastier
/
lib
/
typescript
/
context
/
styles.d.ts
9 lines
•
169 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_
default
: { styles: { container: { flex: number; }; }; };
export
default
_
default
;
//# sourceMappingURL=styles.d.ts.map