UNPKG

react-native-awesome-medialib

Version:
7 lines (6 loc) 165 B
/// <reference types="react" /> export interface Props { color?: string; } declare const ProgressHUD: (props: Props) => JSX.Element; export default ProgressHUD;