UNPKG

react-native-blur-background

Version:
8 lines 202 B
import { FC } from 'react'; declare type Props = { width?: number; height?: number; }; declare const BlurBackground: FC<Props>; export default BlurBackground; //# sourceMappingURL=index.d.ts.map