UNPKG

react-native-share

Version:
7 lines (6 loc) 184 B
import * as React from 'react'; export interface OverlayProps { visible: boolean; } declare const Overlay: React.FC<React.PropsWithChildren<OverlayProps>>; export default Overlay;