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
/
DialogButton
/
styles.ts
13 lines
(9 loc)
•
158 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import { StyleSheet }
from
'react-native'
const
styles
= StyleSheet.
create
({
container
: {
padding
:
20
, },
title
: { }, }) export
default
styles