UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

15 lines (14 loc) 470 B
import React from 'react'; interface Props { testID?: string; dialogVisibility?: boolean; modalVisibility?: boolean; overlayBackgroundColor?: string; onFadeDone?: () => void; fadeOut?: boolean; } declare const OverlayFadingBackground: { ({ testID, dialogVisibility, modalVisibility, overlayBackgroundColor, onFadeDone: propsOnFadeDone, fadeOut }: Props): React.JSX.Element; displayName: string; }; export default OverlayFadingBackground;