diff --git a/index.d.ts b/index.d.ts index 77c2840..6ac10d6 100644 --- a/index.d.ts +++ b/index.d.ts @@ -36,8 +36,14 @@ export type FastImageSource = { export interface ImageStyle extends FlexStyle, TransformsStyle, ShadowStyleIOS { backfaceVisibility?: 'visible' | 'hidden' - backgroundColor?: string - borderColor?: string + borderBottomLeftRadius?: number; + borderBottomRightRadius?: number; + backgroundColor?: string; + borderColor?: string; + borderWidth?: number; + borderRadius?: number; + borderTopLeftRadius?: number; + borderTopRightRadius?: number; overlayColor?: string tintColor?: string opacity?: number