UNPKG
@ticmakers-react-native/dialog
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
TIC Makers - React Native Dialog
gitlab.com/tic-makers/react-native/dialog
@ticmakers-react-native/dialog
/
src
/
DialogContent
/
styles.ts
10 lines
(7 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
StyleSheet
}
from
'react-native'
const
styles =
StyleSheet
.
create
({
container
: {
padding
:
20
, }, })
export
default
styles