mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 04:08:21 +00:00
Add border radius to TypeScript definitions.
This commit is contained in:
parent
494ce7d735
commit
440e742216
10
index.d.ts
vendored
10
index.d.ts
vendored
@ -36,8 +36,14 @@ export type FastImageSource = {
|
|||||||
|
|
||||||
export interface ImageStyle extends FlexStyle, TransformsStyle, ShadowStyleIOS {
|
export interface ImageStyle extends FlexStyle, TransformsStyle, ShadowStyleIOS {
|
||||||
backfaceVisibility?: 'visible' | 'hidden'
|
backfaceVisibility?: 'visible' | 'hidden'
|
||||||
backgroundColor?: string
|
borderBottomLeftRadius?: number;
|
||||||
borderColor?: string
|
borderBottomRightRadius?: number;
|
||||||
|
backgroundColor?: string;
|
||||||
|
borderColor?: string;
|
||||||
|
borderWidth?: number;
|
||||||
|
borderRadius?: number;
|
||||||
|
borderTopLeftRadius?: number;
|
||||||
|
borderTopRightRadius?: number;
|
||||||
overlayColor?: string
|
overlayColor?: string
|
||||||
tintColor?: string
|
tintColor?: string
|
||||||
opacity?: number
|
opacity?: number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user