UNPKG

@huds0n/components

Version:

Enhanced React Native components

4 lines 246 B
/// <reference types="react" /> import type { Types } from "../types"; export declare function FadeOverlay({ color, enable, position, intensity, height, width, absolute, }: Types.FadeOverlayProps): JSX.Element; //# sourceMappingURL=index.d.ts.map