UNPKG
@paraboly/react-native-card
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.3.0
0.2.13
0.2.12
0.2.11
0.2.1
0.2.0
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Fully customizable Card View for React Native.
www.paraboly.com
Paraboly/react-native-card
@paraboly/react-native-card
/
build
/
dist
/
components
/
SimpleCard
/
SimpleCard.style.d.ts
10 lines
(9 loc)
•
290 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ViewStyle
,
TextStyle
}
from
"react-native"
;
interface
Style
{
container
:
ViewStyle
;
shadowStyle
:
ViewStyle
;
cardTextStyle
:
TextStyle
; }
export
declare
const
_containerGlue
:
(
backgroundColor
:
string
) =>
ViewStyle
;
declare
const
_default
:
Style
;
export
default
_default;