UNPKG

react-native-blur-background

Version:
12 lines 261 B
import { FC } from 'react'; declare type Props = { x: number; y: number; r: number; color: string; opacity: number; blur: number; }; declare const CustomOval: FC<Props>; export default CustomOval; //# sourceMappingURL=CustomOval.d.ts.map